Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadostin Stoyanov <rstoyanov@fedoraproject.org>2021-04-10 10:06:59 +0300
committerAndrei Vagin <avagin@gmail.com>2021-09-03 20:31:00 +0300
commite3c0fa7011490b5a46b85dda68f1111775b80b64 (patch)
tree98af720151953cd2a0f47ef108450196b361067c /Makefile
parent3074b6d5a25d9f49c06957c5f1066769cf5651ef (diff)
Dockerfile: add missing test dependencies
This patch adds missing dependencies required to run the zdtm tests. Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9a43fef14..66db87c92 100644
--- a/Makefile
+++ b/Makefile
@@ -77,7 +77,7 @@ ifeq ($(ARCH),x86)
endif
ifeq ($(ARCH),mips)
- DEFINES := -DCONFIG_MIPS
+ DEFINES := -DCONFIG_MIPS
endif
#
@@ -369,11 +369,11 @@ gcov:
.PHONY: gcov
docker-build:
- $(MAKE) -C scripts/build/ x86_64
+ $(MAKE) -C scripts/build/ x86_64
.PHONY: docker-build
docker-test:
- docker run --rm -it --privileged criu-x86_64 ./test/zdtm.py run -a -x tcp6 -x tcpbuf6 -x static/rtc -x cgroup
+ docker run --rm -it --privileged -v /lib/modules:/lib/modules criu-x86_64 ./test/zdtm.py run -a -x tcp6 -x tcpbuf6 -x static/rtc -x cgroup
.PHONY: docker-test
help: