[pmg-devel] [PATCH pmg-api v3 1/6] buildsys: fix check target in main Makefile

Stoiko Ivanov s.ivanov at proxmox.com
Tue Jan 19 11:38:10 CET 2021


the tests are in src/ - the test target in the main Makefile still
tries to run them in the main directory.

Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index f6bf7c6..081676a 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ upload: ${DEB}
 
 .PHONY: check
 check:
-	make -C tests check
+	make -C src/tests check
 
 .PHONY: clean distclean
 distclean: clean
-- 
2.20.1





More information about the pmg-devel mailing list