nitdoc: Fix bugs: Forgot variable definition
[nit.git] / tests / Makefile
index 946f6be..95dcd3f 100644 (file)
@@ -1,7 +1,7 @@
 
-PROGS=*.nit ../examples/*.nit ../lib/*.nit ../src/nitdoc.nit ../src/nits.nit ../src/nitc.nit ../src/test_parser.nit
+PROGS=*.nit ../examples/*.nit ../examples/leapfrog/leapfrog.nit ../examples/shoot/shoot_logic.nit ../lib/*.nit ../src/nitdoc.nit ../src/nits.nit ../src/nitc.nit ../src/test_parser.nit ../src/nit.nit ../src/nitmetrics.nit ../src/nitg.nit
 
-all: separate global icode
+all: separate global niti nitg nitg-s nitg-s-bm nitg-s-phmod nitg-s-phand nitg-e nitg-e-bm nitg-e-phmod nitg-e-phand icode
 
 separate:
        ./tests.sh ${PROGS}
@@ -12,6 +12,39 @@ some:
 global:
        ./tests.sh -o --global ${PROGS}
 
+niti:
+       ./tests.sh --engine niti ${PROGS}
+
+nitg:
+       ./tests.sh --engine nitg ${PROGS}
+
+nitg-s:
+       ./tests.sh --engine nitg-s ${PROGS}
+
+nitg-s-bm:
+       ./tests.sh --engine nitg-s -o --bm-typing ${PROGS}
+
+nitg-s-phmod:
+       ./tests.sh --engine nitg-s -o --phmod-typing ${PROGS}
+
+nitg-s-phand:
+       ./tests.sh --engine nitg-s -o --phand-typing ${PROGS}
+
+nitg-e:
+       ./tests.sh --engine nitg-e ${PROGS}
+
+nitg-e-bm:
+       ./tests.sh --engine nitg-e -o --bm-typing ${PROGS}
+
+nitg-e-phmod:
+       ./tests.sh --engine nitg-e -o --phmod-typing ${PROGS}
+
+nitg-e-phand:
+       ./tests.sh --engine nitg-e -o --phand-typing ${PROGS}
+
+nitdoc:
+       ./tests.sh ../src/nitdoc.nit
+
 icode:
        ./tests_icode.sh icode*.nit
 
@@ -23,6 +56,6 @@ store:
        ./store_save.sh *.nit
 
 clean:
-       rm -r -f -- *.bin *.res *.write *.err *.log alt .nit_compile errlist 2> /dev/null || true
+       rm -r -f -- out/ alt .nit_compile errlist 2> /dev/null || true
 
 distclean: clean