From cd3b6b0177016bd60d70886f3e6eccd6affa7841 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 19 Nov 2019 15:01:37 +0100 Subject: [PATCH] allow to run some tests in parallel the replication test are not yet ready for that, but the others can be run in parallel Signed-off-by: Thomas Lamprecht --- test/Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index a3f104b4..c26e16b1 100644 --- a/test/Makefile +++ b/test/Makefile @@ -4,15 +4,23 @@ all: export PERLLIB=.. -check: +.PHONY: check +check: replication_test balloon_test mail_test + +balloon_test: ./balloontest.pl + +replication_test: ./replication_test1.pl ./replication_test2.pl ./replication_test3.pl ./replication_test4.pl ./replication_test5.pl ./replication_test6.pl + +mail_test: ./mail_test.pl + .PHONY: install install: