X-Git-Url: http://nitlanguage.org diff --git a/tests/testfull.sh b/tests/testfull.sh index 368b71b..6d159e9 100755 --- a/tests/testfull.sh +++ b/tests/testfull.sh @@ -1,25 +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 \ - ../lib/*.nit $list \ - ../src/nitdoc.nit \ - ../src/test_parser.nit \ - ../src/test_phase.nit \ - ../src/nit.nit \ - ../src/nitmetrics.nit \ - ../src/nitg.nit \ - ../src/nitx.nit \ - ../src/nitunit.nit \ - ../src/netdbg.nit \ - ../src/nitlight.nit \ - ../contrib/sort_downloads/src/sort_downloads.nit +./tests.sh "$@" `./listfull.sh`