From 59fccdc587bc179c1638916ee16a24099f94f81f Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 6 Nov 2014 13:43:45 +0100 Subject: core: introduce the concept of AssertXYZ= similar to ConditionXYZ=, but fatal for a start job if not met --- src/test/test-tables.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/test') diff --git a/src/test/test-tables.c b/src/test/test-tables.c index 213844219e..97d5609adf 100644 --- a/src/test/test-tables.c +++ b/src/test/test-tables.c @@ -61,6 +61,8 @@ int main(int argc, char **argv) { test_table(busname_state, BUSNAME_STATE); test_table(cgroup_device_policy, CGROUP_DEVICE_POLICY); test_table(condition_type, CONDITION_TYPE); + test_table(assert_type, CONDITION_TYPE); + test_table(condition_result, CONDITION_RESULT); test_table(device_state, DEVICE_STATE); test_table(exec_input, EXEC_INPUT); test_table(exec_output, EXEC_OUTPUT); -- cgit v1.2.3-54-g00ecf