]> rtime.felk.cvut.cz Git - novaboot.git/blob - tests/Makefile
tests: Do not run the tests two times
[novaboot.git] / tests / Makefile
1 TESTS := novaboot.wv parser.wv expect.wv
2 OTHER_TESTS := $(filter-out $(TESTS),$(wildcard *.wv))
3 TESTS += $(OTHER_TESTS)
4
5 all:
6         ./wvtool runall $(TESTS:%=./%)