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:
parent
2b89a96060
commit
17c6bd5222
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user