]> git.proxmox.com Git - pmg-api.git/commitdiff
buildsys: fix check target in main Makefile
authorStoiko Ivanov <s.ivanov@proxmox.com>
Tue, 19 Jan 2021 10:38:10 +0000 (11:38 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 20 Jan 2021 10:28:49 +0000 (11:28 +0100)
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@proxmox.com>
Makefile

index f6bf7c6a3053b4101b26b745127e1341e330a345..081676ad8c91ea474cdd6b675c494ebbf51d2f01 100644 (file)
--- 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