Merge: doc: fixed some typos and other misc. corrections
[nit.git] / tests / Makefile
index bc325ae..07b39b1 100644 (file)
@@ -1,28 +1,40 @@
 
-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/nitstats.nit ../src/nitg.nit
+all: niti nitcg nitcs
 
-all: separate global niti nitg icode
-
-separate:
-       ./tests.sh ${PROGS}
+alot: niti nitcg nitcs nitcs-bm nitcs-phmod nitcs-phand nitce nitce-bm nitce-phmod nitce-phand icode
 
 some:
        ./tests.sh base_compile.nit base_attr.nit base_gen.nit test_gen_inh.nit bench_fib.nit example_objet.nit
 
-global:
-       ./tests.sh -o --global ${PROGS}
-
 niti:
-       ./tests.sh --engine niti ${PROGS}
+       ./testfull.sh --engine niti
+
+nitcg:
+       ./testfull.sh --engine nitcg
+
+nitcs:
+       ./testfull.sh --engine nitcs
+
+nitcs-bm:
+       ./testfull.sh --engine nitcs -o --bm-typing
 
-nitg:
-       ./tests.sh --engine nitg ${PROGS}
+nitcs-phmod:
+       ./testfull.sh --engine nitcs -o --phmod-typing
 
-nitdoc:
-       ./tests.sh ../src/nitdoc.nit
+nitcs-phand:
+       ./testfull.sh --engine nitcs -o --phand-typing
 
-icode:
-       ./tests_icode.sh icode*.nit
+nitce:
+       ./testfull.sh --engine nitce
+
+nitce-bm:
+       ./testfull.sh --engine nitce -o --bm-typing
+
+nitce-phmod:
+       ./testfull.sh --engine nitce -o --phmod-typing
+
+nitce-phand:
+       ./testfull.sh --engine nitce -o --phand-typing
 
 failed:
        @[ ! -s errlist ] && echo 'No failed tests to execute' ; true
@@ -32,6 +44,4 @@ store:
        ./store_save.sh *.nit
 
 clean:
-       rm -r -f -- out/ alt .nit_compile errlist 2> /dev/null || true
-
-distclean: clean
+       rm -r -f -- out/ alt nit_compile errlist errlist.bak *.xml 2> /dev/null || true