From a890906ce3f6d29fdd853a857dc73fe05ca6b1e9 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Mon, 23 Jul 2018 23:45:01 +0900 Subject: [PATCH] test: add a table test for ShowStatus --- src/test/test-tables.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/test-tables.c b/src/test/test-tables.c index 944104a25a6..819572593fd 100644 --- a/src/test/test-tables.c +++ b/src/test/test-tables.c @@ -24,6 +24,7 @@ #include "rlimit-util.h" #include "scope.h" #include "service.h" +#include "show-status.h" #include "slice.h" #include "socket-util.h" #include "socket.h" @@ -91,6 +92,7 @@ int main(int argc, char **argv) { test_table(service_result, SERVICE_RESULT); test_table(service_state, SERVICE_STATE); test_table(service_type, SERVICE_TYPE); + test_table(show_status, SHOW_STATUS); test_table(slice_state, SLICE_STATE); test_table(socket_address_bind_ipv6_only, SOCKET_ADDRESS_BIND_IPV6_ONLY); test_table(socket_exec_command, SOCKET_EXEC_COMMAND); -- 2.47.3