]> git.proxmox.com Git - pve-guest-common.git/blobdiff - Makefile
refactor/cleanup add_to_pending_delete sligthly
[pve-guest-common.git] / Makefile
index c5a5967bb3f35c527dc72400c80aabe91fcf9df9..79653effa509789d24190f745b9164007f6481aa 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -41,6 +41,11 @@ install: PVE
        install -m 0644 PVE/Replication.pm ${PERL5DIR}/PVE/
        install -d ${PERL5DIR}/PVE/VZDump
        install -m 0644 PVE/VZDump/Plugin.pm ${PERL5DIR}/PVE/VZDump/
+       install -m 0644 PVE/VZDump/Common.pm ${PERL5DIR}/PVE/VZDump/
+
+.PHONY: check
+check:
+       $(MAKE) -C tests check
 
 .PHONY: upload
 upload: ${DEB}