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