]> rtime.felk.cvut.cz Git - novaboot.git/blobdiff - tests/Makefile
nix: Update flake inputs
[novaboot.git] / tests / Makefile
index 1431280536dadd89d40101cd434100f5778c4f9d..f357ff943867f32f3bdf3661b4f58d09b5577b7f 100644 (file)
@@ -1,7 +1,6 @@
-TESTS=$(shell find -name '*.wv')
+TESTS := novaboot.wv parser.wv expect.wv server.wv
+OTHER_TESTS := $(filter-out $(TESTS),$(wildcard *.wv))
+TESTS += $(OTHER_TESTS)
 
 all:
-       ./wvtestrun $(MAKE) run-all
-
-run-all:
-       $(foreach t,$(TESTS),$(t); )
+       ./wvtool runall $(TESTS:%=./%)