From 4fb70d07daf57a9043c058b99287436524ab2586 Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Mon, 10 May 2021 17:05:04 +0200 Subject: [PATCH] tests: fix lxc-test-arch-parse for make dist Fixes: https://jenkins.linuxcontainers.org/job/lxc-build-tarballs/2762/console Signed-off-by: Christian Brauner --- src/tests/Makefile.am | 7 ++++--- src/tests/arch_parse.c | 1 - 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am index 259ba56e9..02166feb9 100644 --- a/src/tests/Makefile.am +++ b/src/tests/Makefile.am @@ -20,9 +20,9 @@ LSM_SOURCES += ../lxc/lsm/selinux.c endif lxc_test_arch_parse_SOURCES = arch_parse.c \ - lxc.h \ lxctest.h \ - memory_utils.h + ../lxc/lxc.h \ + ../lxc/memory_utils.h lxc_test_api_reboot_SOURCES = api_reboot.c \ ../lxc/af_unix.c ../lxc/af_unix.h \ @@ -822,7 +822,8 @@ bin_SCRIPTS += lxc-test-fuzzers endif endif -EXTRA_DIST = basic.c \ +EXTRA_DIST = arch_parse.c \ + basic.c \ cgpath.c \ clonetest.c \ concurrent.c \ diff --git a/src/tests/arch_parse.c b/src/tests/arch_parse.c index 9f99dca93..47a2518da 100644 --- a/src/tests/arch_parse.c +++ b/src/tests/arch_parse.c @@ -27,7 +27,6 @@ #include "lxc/lxccontainer.h" #include "lxctest.h" -#include "../lxc/log.h" #include "../lxc/lxc.h" #include "../lxc/memory_utils.h" -- 2.47.2