5
0
mirror of git://git.proxmox.com/git/pve-firewall.git synced 2025-03-06 00:58:15 +03:00
pve-firewall/test/Makefile
Dietmar Maurer ebb20753d7 add Makefile targets for regression tests
Always run tests before assembling a Debian package.
2014-05-13 14:18:08 +02:00

18 lines
154 B
Makefile

all:
.PHONY: check
check:
./fwtester.pl
.PHONY: install
install: check
.PHONY: clean
clean:
rm -f *~ test-*/*~
.PHONY: distclean
distclean: clean