[CRIU] [PATCH] test: add mounts/ext in the "other" list
Andrey Vagin
avagin at openvz.org
Wed Jul 2 06:30:23 PDT 2014
Signed-off-by: Andrey Vagin <avagin at openvz.org>
---
test/Makefile | 2 +-
test/mounts/ext/Makefile | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/test/Makefile b/test/Makefile
index 5386d2d..ef5fc8a 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -9,7 +9,7 @@ all: .FORCE
$(MAKE) zdtm
.PHONY: all
-TESTS = unix-callback mem-snap rpc libcriu
+TESTS = unix-callback mem-snap rpc libcriu mounts/ext
other: .FORCE
for t in $(TESTS); do \
diff --git a/test/mounts/ext/Makefile b/test/mounts/ext/Makefile
index d2315e2..6a9df47 100644
--- a/test/mounts/ext/Makefile
+++ b/test/mounts/ext/Makefile
@@ -2,3 +2,6 @@ all: ext-mount.so
ext-mount.so: ext-mount.c
gcc -g -Werror -Wall -shared -nostartfiles ext-mount.c -o ext-mount.so -iquote ../../../include -fPIC
+
+run: all
+ ./run.sh
--
1.8.5.3
More information about the CRIU
mailing list