D-Scanner/test.sh
2014-08-25 12:52:01 -07:00

16 lines
183 B
Bash
Executable file

rm -f test
rm -f test.o
dmd\
src/*.d\
libdparse/src/std/*.d\
libdparse/src/std/d/*.d\
inifiled/source/*.d\
src/analysis/*.d\
-oftest\
-g -unittest
./test
rm -f test test.o