]> git.proxmox.com Git - pve-manager.git/blob - test/Makefile
ui: guest import: fine-tune text on labels and button
[pve-manager.git] / test / Makefile
1 include ../defines.mk
2
3 all:
4
5 export PERLLIB=..
6
7 .PHONY: check
8 check: test-replication test-balloon test-vzdump-notification test-vzdump test-osd
9
10 .PHONY: test-balloon
11 test-balloon:
12 ./balloontest.pl
13
14 .PHONY: test-replication
15 test-replication: replication1.t replication2.t replication3.t replication4.t replication5.t replication6.t
16
17 replication%.t: replication_test%.pl
18 ./$<
19
20 .PHONY: test-vzdump-notification
21 test-vzdump-notification:
22 ./vzdump_notification_test.pl
23
24 .PHONY: test-vzdump
25 test-vzdump: test-vzdump-guest-included test-vzdump-new
26
27 .PHONY: test-vzdump-guest-included
28 test-vzdump-guest-included:
29 ./vzdump_guest_included_test.pl
30
31 .PHONY: test-vzdump-new
32 test-vzdump-new:
33 ./vzdump_new_test.pl
34
35 .PHONY: test-osd
36 test-osd:
37 ./OSD_test.pl
38
39 .PHONY: install
40 install:
41
42 .PHONY: clean
43 clean:
44 rm -rf *~ .mocked_* *.tmp