tool: use ccache in gccx, if available
[nit.git] / tests / Makefile
index 173d25f..c51421d 100644 (file)
@@ -1,5 +1,5 @@
 
-all:
+separate:
        ./tests.sh *.nit ../examples/*.nit ../src/nitdoc.nit
 
 some:
@@ -8,6 +8,11 @@ some:
 global:
        ./tests.sh -o --global *.nit ../examples/*.nit ../src/nitdoc.nit
 
+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