From f3bf749b2b4d76c9cf0f36e16192dfd0a6ede15b Mon Sep 17 00:00:00 2001 From: Andrey Vagin Date: Thu, 22 Jan 2015 18:59:11 +0300 Subject: [PATCH] test: add the crit test in the test list Signed-off-by: Andrey Vagin Acked-by: Ruslan Kuprieiev Signed-off-by: Pavel Emelyanov --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 4c68c0219..0d088054f 100644 --- a/test/Makefile +++ b/test/Makefile @@ -13,7 +13,7 @@ all: .PHONY: all -TESTS = unix-callback mem-snap rpc libcriu mounts/ext security pipes +TESTS = unix-callback mem-snap rpc libcriu mounts/ext security pipes crit other: .FORCE for t in $(TESTS); do \