mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-05-07 00:45:38 +00:00
bin/test/Makefile: run all replication tests
This commit is contained in:
parent
7f6ff9dd39
commit
df16be460c
1
Makefile
1
Makefile
@ -27,6 +27,7 @@ country.dat: country.pl
|
|||||||
.PHONY: deb
|
.PHONY: deb
|
||||||
deb: $(DEB)
|
deb: $(DEB)
|
||||||
$(DEB):
|
$(DEB):
|
||||||
|
${MAKE} -C bin/test check
|
||||||
make clean
|
make clean
|
||||||
rm -rf dest
|
rm -rf dest
|
||||||
mkdir dest
|
mkdir dest
|
||||||
|
@ -6,6 +6,9 @@ check:
|
|||||||
./balloontest.pl
|
./balloontest.pl
|
||||||
./replication_test1.pl
|
./replication_test1.pl
|
||||||
./replication_test2.pl
|
./replication_test2.pl
|
||||||
|
./replication_test3.pl
|
||||||
|
./replication_test4.pl
|
||||||
|
./replication_test5.pl
|
||||||
|
|
||||||
|
|
||||||
.PHONY: install
|
.PHONY: install
|
||||||
|
Loading…
Reference in New Issue
Block a user