projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b89a96
)
tests: add missing entry for LocalVariable to test-tables
author
Ronny Chevalier
<chevalier.ronny@gmail.com>
Sun, 12 Oct 2014 16:11:15 +0000
(18:11 +0200)
committer
Tom Gundersen
<teg@jklm.no>
Fri, 31 Oct 2014 09:57:21 +0000
(10:57 +0100)
src/test/test-tables.c
patch
|
blob
|
history
diff --git
a/src/test/test-tables.c
b/src/test/test-tables.c
index
907958e
..
2138442
100644
(file)
--- 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);