X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Ftest%2Ftest-tables.c;h=d0a621c7755e8958c2d7aae6bec9802d8ff37989;hb=493657337ad8569e0998a3afa7d6fb357757364a;hp=58fe4433b7ebbfce401ec89a9b36b03a2690b65c;hpb=2928b0a863091f8f291fddb168988711afd389ef;p=elogind.git diff --git a/src/test/test-tables.c b/src/test/test-tables.c index 58fe4433b..d0a621c77 100644 --- a/src/test/test-tables.c +++ b/src/test/test-tables.c @@ -20,7 +20,7 @@ #include "automount.h" #include "cgroup.h" #include "compress.h" -#include "condition.h" +#include "condition-util.h" #include "device.h" #include "execute.h" #include "exit-status.h" @@ -48,6 +48,7 @@ #include "link-config.h" #include "bus-policy.h" #include "journald-server.h" +#include "locale-util.h" #include "test-tables.h" @@ -55,11 +56,13 @@ int main(int argc, char **argv) { test_table(architecture, ARCHITECTURE); test_table(automount_result, AUTOMOUNT_RESULT); test_table(automount_state, AUTOMOUNT_STATE); - test_table(busname_policy_access, BUSNAME_POLICY_ACCESS); + test_table(bus_policy_access, BUS_POLICY_ACCESS); test_table(busname_result, BUSNAME_RESULT); test_table(busname_state, BUSNAME_STATE); test_table(cgroup_device_policy, CGROUP_DEVICE_POLICY); test_table(condition_type, CONDITION_TYPE); + test_table(assert_type, CONDITION_TYPE); + test_table(condition_result, CONDITION_RESULT); test_table(device_state, DEVICE_STATE); test_table(exec_input, EXEC_INPUT); test_table(exec_output, EXEC_OUTPUT); @@ -116,6 +119,7 @@ int main(int argc, char **argv) { test_table(unit_file_state, UNIT_FILE_STATE); test_table(unit_load_state, UNIT_LOAD_STATE); test_table(unit_type, UNIT_TYPE); + test_table(locale_variable, VARIABLE_LC); test_table_sparse(object_compressed, OBJECT_COMPRESSED);