X-Git-Url: http://nitlanguage.org diff --git a/tests/testfull.sh b/tests/testfull.sh index 9b694e2..b7ebf11 100755 --- a/tests/testfull.sh +++ b/tests/testfull.sh @@ -1,19 +1,2 @@ #!/bin/sh -list="" -for x in ../lib/* -do - bx=`basename $x` - y="$x/$bx.nit" - test -f $y && list="$list $y" -done -./tests.sh "$@" *.nit \ - ../examples/*.nit \ - ../examples/leapfrog/leapfrog.nit \ - ../examples/shoot/src/shoot_logic.nit \ - ../examples/*/src/*_android.nit \ - ../examples/*/src/*_linux.nit \ - ../lib/*.nit $list \ - ../src/test_parser.nit \ - ../src/test_phase.nit \ - ../src/nit*.nit \ - ../contrib/sort_downloads/src/sort_downloads.nit +./listfull.sh | xargs -E '' -- ./tests.sh "$@"