aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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