]> git.proxmox.com Git - pve-manager.git/blobdiff - test/Makefile
ui: add window for changing tree related options
[pve-manager.git] / test / Makefile
index ada064e0257917f4929cb448f93c4b57eb8b7c94..670a3611a01756eb9fc44f9cbe7ffa4fbd41cd68 100644 (file)
@@ -5,25 +5,30 @@ all:
 export PERLLIB=..
 
 .PHONY: check balloon-test replication-test mail-test vzdump-test
-check: test-replication test-balloon test-mail test-vzdump
+check: test-replication test-balloon test-mail test-vzdump test-osd
 
 test-balloon:
        ./balloontest.pl
 
-test-replication:
-       ./replication_test1.pl
-       ./replication_test2.pl
-       ./replication_test3.pl
-       ./replication_test4.pl
-       ./replication_test5.pl
-       ./replication_test6.pl
+test-replication: replication1.t replication2.t replication3.t replication4.t replication5.t replication6.t
+
+replication%.t: replication_test%.pl
+       ./$<
 
 test-mail:
        ./mail_test.pl
 
-test-vzdump:
+test-vzdump: test-vzdump-guest-included test-vzdump-new
+
+.PHONY: test-vzdump-guest-included test-vzdump-new
+test-vzdump-guest-included:
        ./vzdump_guest_included_test.pl
-       ./vzdump_new_retention_test.pl
+
+test-vzdump-new:
+       ./vzdump_new_test.pl
+
+test-osd:
+       ./OSD_test.pl
 
 .PHONY: install
 install: