tools: add a 'global' compilation target to the tests makefile
authorJean-Sebastien Gelinas <calestar@gmail.com>
Mon, 23 Nov 2009 23:07:13 +0000 (18:07 -0500)
committerJean Privat <jean@pryen.org>
Mon, 11 Jan 2010 21:52:25 +0000 (16:52 -0500)
Signed-off-by: Jean-Sebastien Gelinas <calestar@gmail.com>
Signed-off-by: Jean Privat <jean@pryen.org>

tests/Makefile

index 2b01363..173d25f 100644 (file)
@@ -5,6 +5,9 @@ all:
 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 *.nit ../examples/*.nit ../src/nitdoc.nit
+
 failed:
        @[ ! -s errlist ] && echo 'No failed tests to execute' ; true
        @[ -s errlist ] && ./tests.sh `cat errlist | sort -u` ; true