diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-09-30 12:45:27 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-10-02 03:52:45 +0200 |
commit | d287ece7f17e1015f3ee6f17fd9fba92abc31716 (patch) | |
tree | 8a2e0482d951684fccde4680fabbd956c8d2c251 /src/test/test-tables.c | |
parent | journal: move several tests to libsystemd/sd-journal (diff) | |
download | systemd-d287ece7f17e1015f3ee6f17fd9fba92abc31716.tar.xz systemd-d287ece7f17e1015f3ee6f17fd9fba92abc31716.zip |
test: split test-tables into three
Let's drop dependency to libjournal_core and libudevd_core from
test-tables.
Diffstat (limited to 'src/test/test-tables.c')
-rw-r--r-- | src/test/test-tables.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/test/test-tables.c b/src/test/test-tables.c index ee8310f114..975f952a1f 100644 --- a/src/test/test-tables.c +++ b/src/test/test-tables.c @@ -14,13 +14,12 @@ #include "import-util.h" #include "install.h" #include "job.h" -#include "journald-server.h" #include "kill.h" -#include "link-config.h" #include "locale-util.h" #include "log.h" #include "logs-show.h" #include "mount.h" +#include "netif-naming-scheme.h" #include "path.h" #include "process-util.h" #include "resolve-util.h" @@ -72,7 +71,6 @@ int main(int argc, char **argv) { test_table(kill_who, KILL_WHO); test_table(locale_variable, VARIABLE_LC); test_table(log_target, LOG_TARGET); - test_table(mac_address_policy, MAC_ADDRESS_POLICY); test_table(managed_oom_mode, MANAGED_OOM_MODE); test_table(managed_oom_preference, MANAGED_OOM_PREFERENCE); test_table(manager_state, MANAGER_STATE); @@ -107,8 +105,6 @@ int main(int argc, char **argv) { test_table(socket_exec_command, SOCKET_EXEC_COMMAND); test_table(socket_result, SOCKET_RESULT); test_table(socket_state, SOCKET_STATE); - test_table(split_mode, SPLIT); - test_table(storage, STORAGE); test_table(swap_exec_command, SWAP_EXEC_COMMAND); test_table(swap_result, SWAP_RESULT); test_table(swap_state, SWAP_STATE); |