1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-02 19:21:53 +03:00

tests: add missing entry for LocalVariable to test-tables

This commit is contained in:
Ronny Chevalier 2014-10-12 18:11:15 +02:00 committed by Tom Gundersen
parent 2b89a96060
commit 17c6bd5222

View 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);