test: buildsys: allow to execute vzdump tests in parallel

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-12-02 16:19:34 +01:00
parent 13f8e3b073
commit 41303e9779

View File

@ -21,8 +21,13 @@ test-replication:
test-mail:
./mail_test.pl
test-vzdump:
test-vzdump: test-vzdump-guest-included test-vzdump-retention
.PHONY: test-vzdump-guest-included test-vzdump-retention
test-vzdump-guest-included:
./vzdump_guest_included_test.pl
test-vzdump-retention:
./vzdump_new_retention_test.pl
.PHONY: install