From: Martin Wilck <mwilck@xxxxxxxx> This dependency is already established in tests/Makefile. "test" must depend on "all" though. Signed-off-by: Martin Wilck <mwilck@xxxxxxxx> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6ebd030..1537cfd 100644 --- a/Makefile +++ b/Makefile @@ -101,7 +101,7 @@ uninstall: $(BUILDDIRS:=.uninstall) test-progs: all $(MAKE) -C tests progs -test: test-progs +test: all $(MAKE) -C tests all valgrind-test: all -- 2.37.1 -- dm-devel mailing list dm-devel@xxxxxxxxxx https://listman.redhat.com/mailman/listinfo/dm-devel