Commit 5a146957 authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

make: "make test" executes make in the test directory

test/Makefile knows better how to execute tests.
For example it allows to execute tests simultaneously
Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent be10e0e1
...@@ -193,7 +193,7 @@ zdtm: all ...@@ -193,7 +193,7 @@ zdtm: all
$(Q) $(MAKE) -C test/zdtm all $(Q) $(MAKE) -C test/zdtm all
test: zdtm test: zdtm
$(Q) $(SH) test/zdtm.sh -C $(Q) $(MAKE) -C test
clean-built: clean-built:
$(Q) $(RM) $(VERSION_HEADER) $(Q) $(RM) $(VERSION_HEADER)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment