]> git.proxmox.com Git - pve-manager.git/blob - test/Makefile
ui: fix align mode of two column container
[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 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
21 test-vzdump: test-vzdump-guest-included test-vzdump-new
22
23 .PHONY: test-vzdump-guest-included
24 test-vzdump-guest-included:
25 ./vzdump_guest_included_test.pl
26
27 .PHONY: test-vzdump-new
28 test-vzdump-new:
29 ./vzdump_new_test.pl
30
31 .PHONY: test-osd
32 test-osd:
33 ./OSD_test.pl
34
35 .PHONY: install
36 install:
37
38 .PHONY: clean
39 clean:
40 rm -rf *~ .mocked_* *.tmp