pve-manager/test/Makefile

34 lines
551 B
Makefile
Raw Normal View History

include ../defines.mk
all:
export PERLLIB=..
.PHONY: check balloon-test replication-test mail-test vzdump-test
check: test-replication test-balloon test-mail test-vzdump
test-balloon:
./balloontest.pl
test-replication:
./replication_test1.pl
./replication_test2.pl
./replication_test3.pl
./replication_test4.pl
./replication_test5.pl
2017-05-31 16:29:53 +03:00
./replication_test6.pl
test-mail:
./mail_test.pl
test-vzdump:
./vzdump_guest_included_test.pl
./vzdump_new_retention_test.pl
.PHONY: install
install:
.PHONY: clean
clean:
rm -rf *~ .mocked_* *.tmp