diff options
author | Ronny Chevalier <chevalier.ronny@gmail.com> | 2014-10-12 18:11:15 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-10-31 10:57:21 +0100 |
commit | 17c6bd5222c7d05cd4f577ac131a448307605b00 (patch) | |
tree | ed4101a12e2f1ebfbecd0ff04394c116ed07f7a7 | |
parent | 2b89a960604d44ea1483c0d99bfb567dab9c3aa1 (diff) |
tests: add missing entry for LocalVariable to test-tables
-rw-r--r-- | src/test/test-tables.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/test-tables.c b/src/test/test-tables.c index 907958e461..213844219e 100644 --- a/src/test/test-tables.c +++ b/src/test/test-tables.c @@ -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); |