]> git.proxmox.com Git - pve-manager.git/commitdiff
test: buildsys: rework target names, prefix with test
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 2 Dec 2020 15:18:41 +0000 (16:18 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 2 Dec 2020 15:18:41 +0000 (16:18 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
test/Makefile

index 5c4478ce67125ce2729e3d48808ce13a0a68e3af..ada064e0257917f4929cb448f93c4b57eb8b7c94 100644 (file)
@@ -4,13 +4,13 @@ all:
 
 export PERLLIB=..
 
-.PHONY: check
-check: replication_test balloon_test mail_test vzdump_test
+.PHONY: check balloon-test replication-test mail-test vzdump-test
+check: test-replication test-balloon test-mail test-vzdump
 
-balloon_test:
+test-balloon:
        ./balloontest.pl
 
-replication_test:
+test-replication:
        ./replication_test1.pl
        ./replication_test2.pl
        ./replication_test3.pl
@@ -18,10 +18,10 @@ replication_test:
        ./replication_test5.pl
        ./replication_test6.pl
 
-mail_test:
+test-mail:
        ./mail_test.pl
 
-vzdump_test:
+test-vzdump:
        ./vzdump_guest_included_test.pl
        ./vzdump_new_retention_test.pl