chiark / gitweb /
tests: add missing entry for LocalVariable to test-tables
[elogind.git] / src / test / test-tables.c
index 907958e46166842a14209ad0da206d084cbd47dc..213844219e2313ce6784184d0b932be702d00686 100644 (file)
@@ -48,6 +48,7 @@
 #include "link-config.h"
 #include "bus-policy.h"
 #include "journald-server.h"
+#include "locale-util.h"
 
 #include "test-tables.h"
 
@@ -116,6 +117,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);