]> git.proxmox.com Git - pve-firewall.git/blob - test/Makefile
add Makefile targets for regression tests
[pve-firewall.git] / test / Makefile
1
2 all:
3
4 .PHONY: check
5 check:
6 ./fwtester.pl
7
8 .PHONY: install
9 install: check
10
11 .PHONY: clean
12 clean:
13 rm -f *~ test-*/*~
14
15 .PHONY: distclean
16 distclean: clean
17