tests: add missing build dependencies

parent 49182c32
...@@ -25,7 +25,11 @@ lxc_test_lxcpath_SOURCES = lxcpath.c ...@@ -25,7 +25,11 @@ lxc_test_lxcpath_SOURCES = lxcpath.c
lxc_test_may_control_SOURCES = may_control.c lxc_test_may_control_SOURCES = may_control.c
lxc_test_mount_injection_SOURCES = mount_injection.c lxctest.h lxc_test_mount_injection_SOURCES = mount_injection.c lxctest.h
lxc_test_parse_config_file_SOURCES = parse_config_file.c lxctest.h lxc_test_parse_config_file_SOURCES = parse_config_file.c lxctest.h
lxc_test_raw_clone_SOURCES = lxc_raw_clone.c lxctest.h lxc_test_raw_clone_SOURCES = lxc_raw_clone.c \
lxctest.h \
../lxc/namespace.c ../lxc/namespace.h \
../lxc/raw_syscalls.c ../lxc/raw_syscalls.h
../lxc/utils.c ../lxc/utils.h
lxc_test_reboot_SOURCES = reboot.c lxc_test_reboot_SOURCES = reboot.c
lxc_test_saveconfig_SOURCES = saveconfig.c lxc_test_saveconfig_SOURCES = saveconfig.c
lxc_test_share_ns_SOURCES = share_ns.c lxctest.h lxc_test_share_ns_SOURCES = share_ns.c lxctest.h
......
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
#include <sys/types.h> #include <sys/types.h>
#include "lxctest.h" #include "lxctest.h"
#include "namespace.h"
#include "raw_syscalls.h" #include "raw_syscalls.h"
#include "utils.h" #include "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