blob: 7ed3414f0a2f47a61a441cce72f38539e8a7130a [file] [log] [blame]
all: t/test.exe
include wvtestrules.mk
CPPFLAGS=-I.
t/test.exe: wvtest.cs wvtestmain.cs t/wvtest.t.cs.E
gmcs /out:$@ /debug $^
runtests: t/test.exe
cd t && mono --debug test.exe
test:
../wvtestrun $(MAKE) runtests
clean::
rm -f *~ t/*~ .*~ *.E t/*.E *.d t/*.d t/*.exe t/*.mdb