From: Yu Watanabe Date: Mon, 23 Jul 2018 14:45:01 +0000 (+0900) Subject: test: add a table test for ShowStatus X-Git-Tag: v240~915^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9685%2Fhead;p=thirdparty%2Fsystemd.git test: add a table test for ShowStatus --- 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);