mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-04-28 16:36:30 +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
|
||||
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