Unverified Commit bff268e7 by Stéphane Graber Committed by GitHub

Merge pull request #3834 from brauner/2021-05-10.fixes

tests: fix lxc-test-arch-parse for make dist
parents ccd43350 4fb70d07
...@@ -20,9 +20,9 @@ LSM_SOURCES += ../lxc/lsm/selinux.c ...@@ -20,9 +20,9 @@ LSM_SOURCES += ../lxc/lsm/selinux.c
endif endif
lxc_test_arch_parse_SOURCES = arch_parse.c \ lxc_test_arch_parse_SOURCES = arch_parse.c \
lxc.h \
lxctest.h \ lxctest.h \
memory_utils.h ../lxc/lxc.h \
../lxc/memory_utils.h
lxc_test_api_reboot_SOURCES = api_reboot.c \ lxc_test_api_reboot_SOURCES = api_reboot.c \
../lxc/af_unix.c ../lxc/af_unix.h \ ../lxc/af_unix.c ../lxc/af_unix.h \
...@@ -822,7 +822,8 @@ bin_SCRIPTS += lxc-test-fuzzers ...@@ -822,7 +822,8 @@ bin_SCRIPTS += lxc-test-fuzzers
endif endif
endif endif
EXTRA_DIST = basic.c \ EXTRA_DIST = arch_parse.c \
basic.c \
cgpath.c \ cgpath.c \
clonetest.c \ clonetest.c \
concurrent.c \ concurrent.c \
......
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
#include "lxc/lxccontainer.h" #include "lxc/lxccontainer.h"
#include "lxctest.h" #include "lxctest.h"
#include "../lxc/log.h"
#include "../lxc/lxc.h" #include "../lxc/lxc.h"
#include "../lxc/memory_utils.h" #include "../lxc/memory_utils.h"
......
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