From 41303e9779fb6dbac91b321417f0f2fe1cb641d5 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 2 Dec 2020 16:19:34 +0100 Subject: [PATCH] test: buildsys: allow to execute vzdump tests in parallel Signed-off-by: Thomas Lamprecht --- test/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index ada064e0..478d302f 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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