Commit 8937bf7a authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

test: add mounts/ext in the "other" list

Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent daccf5ec
......@@ -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 \
......
......@@ -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
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