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