]> rtime.felk.cvut.cz Git - omk.git/commitdiff
Added tests target to the top level Makefile
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 20 Jan 2007 10:12:00 +0000 (10:12 +0000)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 20 Jan 2007 10:12:00 +0000 (10:12 +0000)
darcs-hash:20070120101200-f2ef6-db8f29f56735f86b4f693a3c553506fcc2fd4d94.gz

Makefile

index 3707cb80f31564e09002129010a2af51c094b83f..24e4679ea64c704ea5f12d1010619219b00bfebf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 
-.PHONY: all split
+.PHONY: all split test tests
 
 all:
        chmod +x omkbuild.py
@@ -7,4 +7,7 @@ all:
 
 split:
        chmod +x omkbuild.py
-       cd snippets; ../omkbuild.py --split=../Makefile.rules
\ No newline at end of file
+       cd snippets; ../omkbuild.py --split=../Makefile.rules
+
+test tests:
+       $(MAKE) -C tests
\ No newline at end of file