From df16be460c5105a7f5dbadb77329054387198ea6 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 23 May 2017 08:15:28 +0200 Subject: [PATCH] bin/test/Makefile: run all replication tests --- 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