[pve-devel] [PATCH v3 access-control 01/20] test: run at build time

Fabian Grünbichler f.gruenbichler at proxmox.com
Tue Jan 21 13:53:59 CET 2020


Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---

Notes:
    new in v3

 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index ef8b026..3ec8890 100644
--- a/Makefile
+++ b/Makefile
@@ -58,6 +58,7 @@ install: pveum.1 oathkeygen pveum.bash-completion pveum.zsh-completion
 test:
 	perl -I. ./pveum verifyapi
 	perl -I. -T -e "use PVE::CLI::pveum; PVE::CLI::pveum->verify_api();"
+	make -C test check
 
 ${BUILDDIR}:
 	rm -rf ${BUILDDIR}
-- 
2.20.1





More information about the pve-devel mailing list