]> git.proxmox.com Git - pve-firewall.git/blobdiff - test/Makefile
add Makefile targets for regression tests
[pve-firewall.git] / test / Makefile
diff --git a/test/Makefile b/test/Makefile
new file mode 100644 (file)
index 0000000..fea9c21
--- /dev/null
@@ -0,0 +1,17 @@
+
+all:
+
+.PHONY: check
+check:
+       ./fwtester.pl
+
+.PHONY: install
+install: check
+
+.PHONY: clean
+clean:
+       rm -f *~ test-*/*~
+
+.PHONY: distclean
+distclean: clean
+