nitls: add -M option do list dependencies
[nit.git] / tests / testfull.sh
1 #!/bin/sh
2 list=""
3 for x in ../lib/*
4 do
5 bx=`basename $x`
6 y="$x/$bx.nit"
7 test -f $y && list="$list $y"
8 done
9 ./tests.sh "$@" *.nit \
10 ../examples/*.nit \
11 ../examples/leapfrog/leapfrog.nit \
12 ../examples/shoot/src/shoot_logic.nit \
13 ../examples/*/src/*_android.nit \
14 ../examples/*/src/*_linux.nit \
15 ../lib/*.nit $list \
16 ../src/test_parser.nit \
17 ../src/test_phase.nit \
18 ../src/nit*.nit \
19 ../contrib/sort_downloads/src/sort_downloads.nit