[pve-devel] [PATCH pve-manager 18/18] bin/test/Makefile: run all replication tests
Dietmar Maurer
dietmar at proxmox.com
Tue May 23 09:08:57 CEST 2017
Signed-off-by: Dietmar Maurer <dietmar at proxmox.com>
---
Makefile | 1 +
bin/test/Makefile | 3 +++
2 files changed, 4 insertions(+)
diff --git a/Makefile b/Makefile
index b3136db0..00341827 100644
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,7 @@ country.dat: country.pl
.PHONY: deb
deb: $(DEB)
$(DEB):
+ ${MAKE} -C bin/test check
make clean
rm -rf dest
mkdir dest
diff --git a/bin/test/Makefile b/bin/test/Makefile
index 3d599174..7bec6ba0 100644
--- a/bin/test/Makefile
+++ b/bin/test/Makefile
@@ -6,6 +6,9 @@ check:
./balloontest.pl
./replication_test1.pl
./replication_test2.pl
+ ./replication_test3.pl
+ ./replication_test4.pl
+ ./replication_test5.pl
.PHONY: install
--
2.11.0
More information about the pve-devel
mailing list