aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2014-09-28 21:46:13 +0200
committerGrégoire Duchêne <gduchene@awhk.org>2014-09-28 23:03:16 +0200
commit187dcd089f8a86e8d8e769769496f791d69ec09d (patch)
tree072837702a85236fbe85e88452fcf6390b2a2c82 /GNUmakefile
parent19ee8bf4e7226117c47edfba623db61720a07338 (diff)
Added the first tests
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 1cabcc1..0ca9786 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -5,4 +5,7 @@ PKG= bigarray compiler-libs.bytecomp compiler-libs.common
PKG+= compiler-libs.toplevel
PROG= tamasheq
+tests: $(PROG)
+ ./run_tests.sh
+
include ostumake/gnu.ocaml.prog.mk