diff options
author | Jamie Bullock <jamie@jamiebullock.com> | 2014-11-11 17:30:31 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@jamiebullock.com> | 2014-11-11 17:30:31 +0000 |
commit | c8317ed6210ebc7fa5dbb1951f9e8dd4038af8b6 (patch) | |
tree | 1e6aa9e0feb6ce30749bc9fa52dacb424378ba75 /Makefile | |
parent | ba706261d3fc5b436aa6f09d57e62eeb77377d8f (diff) | |
parent | b3b6e6fd6b39e7f2bbbd8e2209302590d6d155eb (diff) | |
download | LibXtract-c8317ed6210ebc7fa5dbb1951f9e8dd4038af8b6.tar.gz LibXtract-c8317ed6210ebc7fa5dbb1951f9e8dd4038af8b6.tar.bz2 LibXtract-c8317ed6210ebc7fa5dbb1951f9e8dd4038af8b6.zip |
Merge branch 'feature/unit-tests' into develop
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 |