tools: add a 'failed' target to test makefile
authorJean-Sebastien Gelinas <calestar@gmail.com>
Mon, 13 Jul 2009 13:20:02 +0000 (09:20 -0400)
committerJean Privat <jean@pryen.org>
Tue, 14 Jul 2009 13:15:26 +0000 (09:15 -0400)
Signed-off-by: Jean-Sebastien Gelinas <calestar@gmail.com>
Signed-off-by: Jean Privat <jean@pryen.org>

tests/Makefile

index ed6ef6b..dc11450 100644 (file)
@@ -4,6 +4,9 @@ all:
 some:
        ./tests.sh base_compile.nit base_attr.nit base_gen.nit test_gen_inh.nit bench_fib.nit example_objet.nit
 
+failed:
+       ./tests.sh `sort -u errlist`
+
 store:
        ./store_save.sh *.nit