tools: add a 'failed' target to test makefile
[nit.git] / tests / Makefile
1 all:
2 ./tests.sh *.nit ../examples/*.nit
3
4 some:
5 ./tests.sh base_compile.nit base_attr.nit base_gen.nit test_gen_inh.nit bench_fib.nit example_objet.nit
6
7 failed:
8 ./tests.sh `sort -u errlist`
9
10 store:
11 ./store_save.sh *.nit
12
13 clean:
14 @rm -r -f -- *.bin *.res *.write *.err *.log alt || true