blob: e9f2b40526e5b6dae5bdc3520b856b24e9bc9675 [file] [log] [blame]
all: t/wvtest
t/wvtest: wvtestmain.cc wvtest.cc t/wvtest.t.cc
g++ -D WVTEST_CONFIGURED -o $@ -I. $^
runtests: all
t/wvtest
test: all
../wvtestrun $(MAKE) runtests
clean::
rm -f *~ t/*~ *.o t/*.o t/wvtest