X-Git-Url: http://nitlanguage.org diff --git a/tests/testfull.sh b/tests/testfull.sh index a78c44d..6d159e9 100755 --- a/tests/testfull.sh +++ b/tests/testfull.sh @@ -1,9 +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/shoot_logic.nit ../lib/*.nit $list ../src/nitdoc.nit ../src/nits.nit ../src/nitc.nit ../src/test_parser.nit ../src/nit.nit ../src/nitmetrics.nit ../src/nitg.nit +./tests.sh "$@" `./listfull.sh`