lib/standard/string: Fix the case of null items in FlatBuffer when calling to_s
[nit.git] / tests / listfull.sh
index ccba510..6282781 100755 (executable)
@@ -1,11 +1,4 @@
 #!/bin/sh
-list=""
-for x in ../lib/*
-do
-       bx=`basename $x`
-       y="$x/$bx.nit"
-       test -f $y && list="$list $y"
-done
 printf "%s\n" "$@" *.nit \
        ../examples/*.nit \
        ../examples/*/*.nit \
@@ -14,7 +7,11 @@ printf "%s\n" "$@" *.nit \
        ../examples/*/src/*_linux.nit \
        ../examples/*/src/*_null.nit \
        ../examples/pnacl/converter/converter.nit \
-       ../lib/*.nit $list \
+       ../examples/nitcorn/src/*.nit \
+       ../examples/mpi/src/*.nit \
+       ../lib/*.nit \
+       ../lib/*/*.nit \
+       ../lib/*/*/*.nit  \
        ../src/nit*.nit \
        ../src/test_*.nit \
        ../contrib/*.nit \