diff options
Diffstat (limited to 'src/test/test-tables.c')
-rw-r--r-- | src/test/test-tables.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/test-tables.c b/src/test/test-tables.c index 92f9c48c27..6bc2b0d6e3 100644 --- a/src/test/test-tables.c +++ b/src/test/test-tables.c @@ -44,6 +44,7 @@ #include "systemd-basic/socket-util.h" #include "systemd-basic/unit-name.h" #include "systemd-basic/util.h" +#include "systemd-basic/virt.h" #include "systemd-shared/condition.h" #include "systemd-shared/install.h" #include "systemd-shared/logs-show.h" @@ -63,7 +64,7 @@ int main(int argc, char **argv) { test_table(device_state, DEVICE_STATE); test_table(exec_input, EXEC_INPUT); test_table(exec_output, EXEC_OUTPUT); - test_table(failure_action, FAILURE_ACTION); + test_table(emergency_action, EMERGENCY_ACTION); test_table(job_mode, JOB_MODE); test_table(job_result, JOB_RESULT); test_table(job_state, JOB_STATE); @@ -114,6 +115,7 @@ int main(int argc, char **argv) { test_table(unit_load_state, UNIT_LOAD_STATE); test_table(unit_type, UNIT_TYPE); test_table(locale_variable, VARIABLE_LC); + test_table(virtualization, VIRTUALIZATION); test_table_sparse(object_compressed, OBJECT_COMPRESSED); |