aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJamie Bullock <jamie@jamiebullock.com>2014-11-10 20:29:19 +0000
committerJamie Bullock <jamie@jamiebullock.com>2014-11-10 20:29:19 +0000
commit356eeb7a319b6ee865f5001d1e3d8fab2f57e3c0 (patch)
treeb33b0f46f4c04d66c9e4b39eeba2598132052b47 /Makefile
parentba706261d3fc5b436aa6f09d57e62eeb77377d8f (diff)
downloadLibXtract-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--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e880ca9..4743c11 100644
--- a/Makefile
+++ b/Makefile
@@ -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