]> git.proxmox.com Git - pve-manager.git/blob - test/Makefile
vzdump: test: add first tests to the guest include logic
[pve-manager.git] / test / Makefile
1 include ../defines.mk
2
3 all:
4
5 export PERLLIB=..
6
7 .PHONY: check
8 check: replication_test balloon_test mail_test vzdump_test
9
10 balloon_test:
11 ./balloontest.pl
12
13 replication_test:
14 ./replication_test1.pl
15 ./replication_test2.pl
16 ./replication_test3.pl
17 ./replication_test4.pl
18 ./replication_test5.pl
19 ./replication_test6.pl
20
21 mail_test:
22 ./mail_test.pl
23
24 vzdump_test:
25 ./vzdump_guest_included_test.pl
26
27 .PHONY: install
28 install:
29
30 .PHONY: clean
31 clean:
32 rm -rf *~ .mocked_* *.tmp