Merge: doc: fixed some typos and other misc. corrections
[nit.git] / tests / Makefile
1
2 all: niti nitcg nitcs
3
4 alot: niti nitcg nitcs nitcs-bm nitcs-phmod nitcs-phand nitce nitce-bm nitce-phmod nitce-phand icode
5
6 some:
7 ./tests.sh base_compile.nit base_attr.nit base_gen.nit test_gen_inh.nit bench_fib.nit example_objet.nit
8
9 niti:
10 ./testfull.sh --engine niti
11
12 nitcg:
13 ./testfull.sh --engine nitcg
14
15 nitcs:
16 ./testfull.sh --engine nitcs
17
18 nitcs-bm:
19 ./testfull.sh --engine nitcs -o --bm-typing
20
21 nitcs-phmod:
22 ./testfull.sh --engine nitcs -o --phmod-typing
23
24 nitcs-phand:
25 ./testfull.sh --engine nitcs -o --phand-typing
26
27 nitce:
28 ./testfull.sh --engine nitce
29
30 nitce-bm:
31 ./testfull.sh --engine nitce -o --bm-typing
32
33 nitce-phmod:
34 ./testfull.sh --engine nitce -o --phmod-typing
35
36 nitce-phand:
37 ./testfull.sh --engine nitce -o --phand-typing
38
39 failed:
40 @[ ! -s errlist ] && echo 'No failed tests to execute' ; true
41 @[ -s errlist ] && ./tests.sh `cat errlist | sort -u` ; true
42
43 store:
44 ./store_save.sh *.nit
45
46 clean:
47 rm -r -f -- out/ alt nit_compile errlist errlist.bak *.xml 2> /dev/null || true