From 4a0dcbbf864c66c44c8b5648f9ecc46fcb9969bb Mon Sep 17 00:00:00 2001 From: Andrew Vagin Date: Tue, 23 Feb 2016 02:39:00 +0300 Subject: [PATCH] test: add a target to build zdtm_ct Signed-off-by: Andrew Vagin Signed-off-by: Pavel Emelyanov --- test/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Makefile b/test/Makefile index 499ecf3c1..744ab7a4a 100644 --- a/test/Makefile +++ b/test/Makefile @@ -21,6 +21,8 @@ other: .FORCE setsid $(MAKE) -C $$t run || exit 1; \ done \ +zdtm_ct: zdtm_ct.c + zdtm: .FORCE ./zdtm.py run -a --parallel 2