]> git.proxmox.com Git - pve-manager.git/commitdiff
bin/test/Makefile: run all replication tests
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 23 May 2017 06:15:28 +0000 (08:15 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 31 May 2017 06:23:47 +0000 (08:23 +0200)
Makefile
bin/test/Makefile

index b3136db0a250dfdadd314961f1b9f4fe16e35fca..0034182712e4e9a4054cb86c9c52713decc8b70e 100644 (file)
--- 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
index 3d599174df3e9a5aee930778b7c74e421ef14fad..7bec6ba042fff6ef22a5bfe4c880c06d11df5670 100644 (file)
@@ -6,6 +6,9 @@ check:
        ./balloontest.pl
        ./replication_test1.pl
        ./replication_test2.pl
+       ./replication_test3.pl
+       ./replication_test4.pl
+       ./replication_test5.pl
 
 
 .PHONY: install