lib: change identifier enum to values
[nit.git] / tests / Makefile
index c648d27..f5acfd9 100644 (file)
@@ -1,4 +1,6 @@
 
+all: separate global icode
+
 separate:
        ./tests.sh *.nit ../examples/*.nit ../src/nitdoc.nit ../src/nitc.nit
 
@@ -11,8 +13,6 @@ 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