syntax: type error when using superstrings with nullables
[nit.git] / tests / Makefile
index d3f8dae..c51421d 100644 (file)
@@ -1,5 +1,5 @@
 
-all:
+separate:
        ./tests.sh *.nit ../examples/*.nit ../src/nitdoc.nit
 
 some:
@@ -11,6 +11,8 @@ global:
 icode:
        ./tests_icode.sh icode*.nit
 
+all: separate global icode
+
 failed:
        @[ ! -s errlist ] && echo 'No failed tests to execute' ; true
        @[ -s errlist ] && ./tests.sh `cat errlist | sort -u` ; true