]> git.proxmox.com Git - pve-network.git/blob - src/test/Makefile
eb59d5fe5af662ad0cdb1c3c64e633d2feb2f86f
[pve-network.git] / src / test / Makefile
1 all: test
2
3 test: test_zones test_ipams test_dns test_subnets
4
5 test_zones: run_test_zones.pl
6 ./run_test_zones.pl
7
8 test_ipams: run_test_ipams.pl
9 ./run_test_ipams.pl
10
11 test_dns: run_test_dns.pl
12 ./run_test_dns.pl
13
14 test_subnets: run_test_subnets.pl
15 ./run_test_subnets.pl
16
17 clean: