]> rtime.felk.cvut.cz Git - novaboot.git/blobdiff - tests/Makefile
nix: Update flake inputs
[novaboot.git] / tests / Makefile
index 5a9f298d00a1273b09cc45e79d2317256e48f942..f357ff943867f32f3bdf3661b4f58d09b5577b7f 100644 (file)
@@ -1,9 +1,6 @@
-all:
-       ./wvtestrun $(MAKE) run-all
-
-run-all: novaboot.wv *.wv
+TESTS := novaboot.wv parser.wv expect.wv server.wv
+OTHER_TESTS := $(filter-out $(TESTS),$(wildcard *.wv))
+TESTS += $(OTHER_TESTS)
 
-.PHONY: $(wildcard *.wv)
-
-*.wv:
-       ./$@
+all:
+       ./wvtool runall $(TESTS:%=./%)