tests: add a 'icode' target to the Makefile
authorJean-Sebastien Gelinas <calestar@gmail.com>
Sat, 5 Dec 2009 21:14:10 +0000 (16:14 -0500)
committerJean Privat <jean@pryen.org>
Mon, 11 Jan 2010 21:52:35 +0000 (16:52 -0500)
Signed-off-by: Jean-Sebastien Gelinas <calestar@gmail.com>
Signed-off-by: Jean Privat <jean@pryen.org>

tests/Makefile

index 173d25f..d3f8dae 100644 (file)
@@ -8,6 +8,9 @@ some:
 global:
        ./tests.sh -o --global *.nit ../examples/*.nit ../src/nitdoc.nit
 
+icode:
+       ./tests_icode.sh icode*.nit
+
 failed:
        @[ ! -s errlist ] && echo 'No failed tests to execute' ; true
        @[ -s errlist ] && ./tests.sh `cat errlist | sort -u` ; true