X-Git-Url: http://nitlanguage.org diff --git a/tests/Makefile b/tests/Makefile index 42c6c72..0b8c466 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,19 +1,13 @@ -PROGS=*.nit ../examples/*.nit ../examples/leapfrog/leapfrog.nit ../examples/shoot/shoot_logic.nit ../lib/*.nit ../src/nitdoc.nit ../src/nits.nit ../src/nitc.nit ../src/test_parser.nit ../src/nit.nit ../src/nitmetrics.nit ../src/nitg.nit +PROGS=*.nit ../examples/*.nit ../examples/leapfrog/leapfrog.nit ../examples/shoot/shoot_logic.nit ../contrib/pep8analysis/src/pep8analysis ../contrib/nitiwiki/src/nitiwiki ../lib/*.nit ../src/nitdoc.nit ../src/test_parser.nit ../src/nit.nit ../src/nitmetrics.nit ../src/nitc.nit -all: separate niti nitg-g nitg-s +all: niti nitg-g nitg-s -alot: separate global niti nitg-g nitg-s nitg-s-bm nitg-s-phmod nitg-s-phand nitg-e nitg-e-bm nitg-e-phmod nitg-e-phand icode - -separate: - ./testfull.sh +alot: niti nitg-g nitg-s nitg-s-bm nitg-s-phmod nitg-s-phand nitg-e nitg-e-bm nitg-e-phmod nitg-e-phand icode some: ./tests.sh base_compile.nit base_attr.nit base_gen.nit test_gen_inh.nit bench_fib.nit example_objet.nit -global: - ./testfull.sh -o --global - niti: ./testfull.sh --engine niti @@ -44,9 +38,6 @@ nitg-e-phmod: nitg-e-phand: ./testfull.sh --engine nitg-e -o --phand-typing -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 @@ -55,6 +46,4 @@ store: ./store_save.sh *.nit clean: - rm -r -f -- out/ alt .nit_compile errlist 2> /dev/null || true - -distclean: clean + rm -r -f -- out/ alt .nit_compile errlist errlist.bak *.xml 2> /dev/null || true