chiark / gitweb /
tests: add missing entry for LocalVariable to test-tables
authorRonny Chevalier <chevalier.ronny@gmail.com>
Sun, 12 Oct 2014 16:11:15 +0000 (18:11 +0200)
committerTom Gundersen <teg@jklm.no>
Fri, 31 Oct 2014 09:57:21 +0000 (10:57 +0100)
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);