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 <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-11-19 15:01:37 +01:00
parent f1ea8ca4f1
commit cd3b6b0177

View File

@ -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: