From 03d63a8182ed04abdb17b903a19aacfae1982308 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 24 Jul 2018 01:26:30 +0900 Subject: [PATCH] test: add more string-table tests in test-tables --- src/test/test-tables.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/test/test-tables.c b/src/test/test-tables.c index 944104a25a6..027eaf33324 100644 --- a/src/test/test-tables.c +++ b/src/test/test-tables.c @@ -5,6 +5,7 @@ #include "cgroup.h" #include "compress.h" #include "condition.h" +#include "device-internal.h" #include "device.h" #include "execute.h" #include "import-util.h" @@ -47,7 +48,9 @@ int main(int argc, char **argv) { test_table(collect_mode, COLLECT_MODE); test_table(condition_result, CONDITION_RESULT); test_table(condition_type, CONDITION_TYPE); + test_table(device_action, DEVICE_ACTION); test_table(device_state, DEVICE_STATE); + test_table(dns_over_tls_mode, DNS_OVER_TLS_MODE); test_table(dnssec_mode, DNSSEC_MODE); test_table(emergency_action, EMERGENCY_ACTION); test_table(exec_directory_type, EXEC_DIRECTORY_TYPE); @@ -75,6 +78,7 @@ int main(int argc, char **argv) { test_table(name_policy, NAMEPOLICY); test_table(namespace_type, NAMESPACE_TYPE); test_table(notify_access, NOTIFY_ACCESS); + test_table(notify_state, NOTIFY_STATE); test_table(output_mode, OUTPUT_MODE); test_table(partition_designator, PARTITION_DESIGNATOR); test_table(path_result, PATH_RESULT); -- 2.47.3