Merge: doc: fixed some typos and other misc. corrections
[nit.git] / tests / testfull.sh
index 246ad6c..b7ebf11 100755 (executable)
@@ -1,18 +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/nit*.nit \
-       ../src/test_*.nit \
-       ../contrib/sort_downloads/src/sort_downloads.nit
+./listfull.sh | xargs -E '' -- ./tests.sh "$@"