pve-manager/test/Makefile
Aaron Lauterer 400ef82478 vzdump: test: add first tests to the guest include logic
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
2020-06-08 15:54:42 +02:00

33 lines
467 B
Makefile

include ../defines.mk
all:
export PERLLIB=..
.PHONY: check
check: replication_test balloon_test mail_test vzdump_test
balloon_test:
./balloontest.pl
replication_test:
./replication_test1.pl
./replication_test2.pl
./replication_test3.pl
./replication_test4.pl
./replication_test5.pl
./replication_test6.pl
mail_test:
./mail_test.pl
vzdump_test:
./vzdump_guest_included_test.pl
.PHONY: install
install:
.PHONY: clean
clean:
rm -rf *~ .mocked_* *.tmp