summaryrefslogtreecommitdiff
path: root/src/test/test-tables.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-05-28 10:33:30 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-05-28 10:40:00 +0200
commit018eaf7445e4059b622ea6743c9d2eb367238925 (patch)
tree68269e2b18e7a2b99b2bd2a02e82bd6c6eac9bbe /src/test/test-tables.c
parent279eadd9330dd2f874112fb10bb445af685bd75f (diff)
downloadsystemd-018eaf7445e4059b622ea6743c9d2eb367238925.tar.gz
test-tables,test-network-tables: add a few more tests
Diffstat (limited to 'src/test/test-tables.c')
-rw-r--r--src/test/test-tables.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/test/test-tables.c b/src/test/test-tables.c
index c85e81569d..3341fe2e25 100644
--- a/src/test/test-tables.c
+++ b/src/test/test-tables.c
@@ -12,6 +12,7 @@
#include "condition.h"
#include "device.h"
#include "execute.h"
+#include "import-util.h"
#include "install.h"
#include "job.h"
#include "journald-server.h"
@@ -20,8 +21,11 @@
#include "locale-util.h"
#include "log.h"
#include "logs-show.h"
+#include "machine-image.h"
#include "mount.h"
#include "path.h"
+#include "process-util.h"
+#include "resolve-util.h"
#include "rlimit-util.h"
#include "scope.h"
#include "service.h"
@@ -42,13 +46,23 @@ int main(int argc, char **argv) {
test_table(assert_type, CONDITION_TYPE);
test_table(automount_result, AUTOMOUNT_RESULT);
test_table(automount_state, AUTOMOUNT_STATE);
+ test_table(cgroup_controller, CGROUP_CONTROLLER);
test_table(cgroup_device_policy, CGROUP_DEVICE_POLICY);
+ test_table(cgroup_io_limit_type, CGROUP_IO_LIMIT_TYPE);
+ test_table(collect_mode, COLLECT_MODE);
test_table(condition_result, CONDITION_RESULT);
test_table(condition_type, CONDITION_TYPE);
test_table(device_state, DEVICE_STATE);
+ test_table(dnssec_mode, DNSSEC_MODE);
test_table(emergency_action, EMERGENCY_ACTION);
+ test_table(exec_directory_type, EXEC_DIRECTORY_TYPE);
test_table(exec_input, EXEC_INPUT);
+ test_table(exec_keyring_mode, EXEC_KEYRING_MODE);
test_table(exec_output, EXEC_OUTPUT);
+ test_table(exec_preserve_mode, EXEC_PRESERVE_MODE);
+ test_table(exec_utmp_mode, EXEC_UTMP_MODE);
+ test_table(image_type, IMAGE_TYPE);
+ test_table(import_verify, IMPORT_VERIFY);
test_table(job_mode, JOB_MODE);
test_table(job_result, JOB_RESULT);
test_table(job_state, JOB_STATE);
@@ -59,17 +73,21 @@ int main(int argc, char **argv) {
test_table(log_target, LOG_TARGET);
test_table(mac_policy, MACPOLICY);
test_table(manager_state, MANAGER_STATE);
+ test_table(manager_timestamp, MANAGER_TIMESTAMP);
test_table(mount_exec_command, MOUNT_EXEC_COMMAND);
test_table(mount_result, MOUNT_RESULT);
test_table(mount_state, MOUNT_STATE);
test_table(name_policy, NAMEPOLICY);
+ test_table(namespace_type, NAMESPACE_TYPE);
test_table(notify_access, NOTIFY_ACCESS);
test_table(output_mode, OUTPUT_MODE);
+ test_table(partition_designator, PARTITION_DESIGNATOR);
test_table(path_result, PATH_RESULT);
test_table(path_state, PATH_STATE);
test_table(path_type, PATH_TYPE);
test_table(protect_home, PROTECT_HOME);
test_table(protect_system, PROTECT_SYSTEM);
+ test_table(resolve_support, RESOLVE_SUPPORT);
test_table(rlimit, RLIMIT);
test_table(scope_result, SCOPE_RESULT);
test_table(scope_state, SCOPE_STATE);