bin/test/Makefile: run all replication tests

This commit is contained in:
Dietmar Maurer 2017-05-23 08:15:28 +02:00
parent 0fb6a611cf
commit f27584525a
2 changed files with 4 additions and 0 deletions

View File

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

View 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