[CRIU] [PATCH 0/9] test/zdtm fixes
Kir Kolyshkin
kir at openvz.org
Wed Mar 29 15:21:11 PDT 2017
Looking at the Travis logs, I noticed a few bad things
during test/zdtm make process, and invested some time
in straightening out its Makefiles.
The second part is a few minor fixes to the test suite itself.
Kir Kolyshkin (9):
test/zdtm/lib/Makefile: fix
test/zdtm/Makefile: simplify
test/zdtm Makefile: stop override abuse
test/zdtm: unify common code
zdtm/static/Makefile: rm non-existent test
test/zdtm/static/Makefile: drop .o for flags
test/zdtm/static/skip-me.c: generalize
zdtm/static/maps03: don't run for 32-bit
test/zdtm/static/socket-ext.c: don't use mktemp
test/zdtm/.gitignore | 1 +
test/zdtm/Makefile | 15 +--
test/zdtm/Makefile.inc | 56 +++++++-
test/zdtm/lib/Makefile | 62 +++------
test/zdtm/static/Makefile | 186 ++++++++++++--------------
test/zdtm/static/maps03.c | 9 ++
test/zdtm/static/seccomp_filter.c | 1 +
test/zdtm/static/seccomp_filter_inheritance.c | 1 +
test/zdtm/static/seccomp_filter_tsync.c | 1 +
test/zdtm/static/seccomp_strict.c | 1 +
test/zdtm/static/skip-me.c | 2 +-
test/zdtm/static/socket-ext.c | 14 +-
test/zdtm/transition/Makefile | 58 ++------
13 files changed, 201 insertions(+), 206 deletions(-)
--
2.9.3
More information about the CRIU
mailing list