[CRIU] [PATCH] make: "make test" executes make in the test directory

Andrey Vagin avagin at openvz.org
Tue Apr 22 03:52:02 PDT 2014


test/Makefile knows better how to execute tests.
For example it allows to execute tests simultaneously

Signed-off-by: Andrey Vagin <avagin at openvz.org>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 7900b91..7741c00 100644
--- a/Makefile
+++ b/Makefile
@@ -193,7 +193,7 @@ zdtm: all
 	$(Q) $(MAKE) -C test/zdtm all
 
 test: zdtm
-	$(Q) $(SH) test/zdtm.sh -C
+	$(Q) $(MAKE) -C test
 
 clean-built:
 	$(Q) $(RM) $(VERSION_HEADER)
-- 
1.8.5.3



More information about the CRIU mailing list