]> rtime.felk.cvut.cz Git - novaboot.git/blob - tests/Makefile
Test suite improvements
[novaboot.git] / tests / Makefile
1 TESTS=$(shell find -name '*.wv')
2
3 all:
4         ./wvtestrun $(MAKE) run-all
5
6 run-all:
7         $(foreach t,$(TESTS),$(t); )