bin/test/Makefile: run all replication tests
This commit is contained in:
parent
0fb6a611cf
commit
f27584525a
1
Makefile
1
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
|
||||
|
@ -6,6 +6,9 @@ check:
|
||||
./balloontest.pl
|
||||
./replication_test1.pl
|
||||
./replication_test2.pl
|
||||
./replication_test3.pl
|
||||
./replication_test4.pl
|
||||
./replication_test5.pl
|
||||
|
||||
|
||||
.PHONY: install
|
||||
|
Loading…
Reference in New Issue
Block a user