]> git.proxmox.com Git - proxmox-acme.git/blobdiff - src/Makefile
add basic test so schema is in sync with available plugins
[proxmox-acme.git] / src / Makefile
index 9bf2e7041895a7f59ebaf033cf1edd86e0a21929..c308cc78f2d33da022ca22720a2513b6a73b0ec3 100644 (file)
@@ -119,6 +119,10 @@ install:
        install -d -m 0755 ${DESTDIR}${PERLDIR}/PVE/ACME
        for f in ${LIB_SOURCES}; do install -D -m 0644 PVE/$$f ${DESTDIR}${PERLDIR}/PVE/$$f; done
 
+.PHONY: test
+test:
+       $(MAKE) -C test test
+
 .PHONY: clean
 clean:
        rm -rf *~