diff options
| author | Jamie Bullock <jamie@jamiebullock.com> | 2014-11-10 20:29:19 +0000 |
|---|---|---|
| committer | Jamie Bullock <jamie@jamiebullock.com> | 2014-11-10 20:29:19 +0000 |
| commit | 356eeb7a319b6ee865f5001d1e3d8fab2f57e3c0 (patch) | |
| tree | b33b0f46f4c04d66c9e4b39eeba2598132052b47 /Makefile | |
| parent | ba706261d3fc5b436aa6f09d57e62eeb77377d8f (diff) | |
| download | LibXtract-356eeb7a319b6ee865f5001d1e3d8fab2f57e3c0.tar.gz LibXtract-356eeb7a319b6ee865f5001d1e3d8fab2f57e3c0.tar.bz2 LibXtract-356eeb7a319b6ee865f5001d1e3d8fab2f57e3c0.zip | |
Initial unit testing setup with an example test
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -22,6 +22,11 @@ examples: swig: src @$(MAKE) -C $@ +check: src + @$(MAKE) -C tests check + +test: check + install: @$(MAKE) -C src install @$(MAKE) -C examples install |