Rename REAMDE to README.md
[nit.git] / tests / testfull.sh
index 231f17a..6d159e9 100755 (executable)
@@ -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/nit*.nit \
-       ../src/test_*.nit \
-       ../contrib/sort_downloads/src/sort_downloads.nit \
-       ../contrib/github_search_for_jni/src/github_search_for_jni.nit
+./tests.sh "$@" `./listfull.sh`