]> rtime.felk.cvut.cz Git - wvtest.git/blob - c/Makefile
Add wvtest for C
[wvtest.git] / c / Makefile
1
2 all: t/wvtest
3
4 t/wvtest: wvtestmain.c wvtest.c t/wvtest.t.c
5         gcc -D WVTEST_CONFIGURED -o $@ -I. $^
6
7 runtests: all
8         t/wvtest
9
10 test: all
11         ../wvtestrun $(MAKE) runtests
12
13 clean::
14         rm -f *~ t/*~ *.o t/*.o t/wvtest