test: add item clear and config file tests

parent fd42db71
...@@ -24,6 +24,7 @@ lxc_test_attach_SOURCES = attach.c ...@@ -24,6 +24,7 @@ lxc_test_attach_SOURCES = attach.c
lxc_test_device_add_remove_SOURCES = device_add_remove.c lxc_test_device_add_remove_SOURCES = device_add_remove.c
lxc_test_apparmor_SOURCES = aa.c lxc_test_apparmor_SOURCES = aa.c
lxc_test_utils_SOURCES = lxc-test-utils.c lxctest.h lxc_test_utils_SOURCES = lxc-test-utils.c lxctest.h
lxc_test_parse_config_file_SOURCES = parse_config_file.c lxctest.h
AM_CFLAGS=-DLXCROOTFSMOUNT=\"$(LXCROOTFSMOUNT)\" \ AM_CFLAGS=-DLXCROOTFSMOUNT=\"$(LXCROOTFSMOUNT)\" \
-DLXCPATH=\"$(LXCPATH)\" \ -DLXCPATH=\"$(LXCPATH)\" \
...@@ -51,7 +52,7 @@ bin_PROGRAMS = lxc-test-containertests lxc-test-locktests lxc-test-startone \ ...@@ -51,7 +52,7 @@ bin_PROGRAMS = lxc-test-containertests lxc-test-locktests lxc-test-startone \
lxc-test-cgpath lxc-test-clonetest lxc-test-console \ lxc-test-cgpath lxc-test-clonetest lxc-test-console \
lxc-test-snapshot lxc-test-concurrent lxc-test-may-control \ lxc-test-snapshot lxc-test-concurrent lxc-test-may-control \
lxc-test-reboot lxc-test-list lxc-test-attach lxc-test-device-add-remove \ lxc-test-reboot lxc-test-list lxc-test-attach lxc-test-device-add-remove \
lxc-test-apparmor lxc-test-utils lxc-test-apparmor lxc-test-utils lxc-test-parse-config-file
bin_SCRIPTS = lxc-test-automount \ bin_SCRIPTS = lxc-test-automount \
lxc-test-autostart \ lxc-test-autostart \
...@@ -101,6 +102,7 @@ EXTRA_DIST = \ ...@@ -101,6 +102,7 @@ EXTRA_DIST = \
lxc-test-unpriv \ lxc-test-unpriv \
lxc-test-utils.c \ lxc-test-utils.c \
may_control.c \ may_control.c \
parse_config_file.c \
saveconfig.c \ saveconfig.c \
shutdowntest.c \ shutdowntest.c \
snapshot.c \ snapshot.c \
...@@ -108,3 +110,4 @@ EXTRA_DIST = \ ...@@ -108,3 +110,4 @@ EXTRA_DIST = \
clean-local: clean-local:
rm -f lxc-test-utils-* rm -f lxc-test-utils-*
rm -f lxc-parse-config-file-*
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