test: console logs to file

Test for the logging feature of obmc-console-server.

Change-Id: I9836727a944a0351962133baa2fd2ff5eb60e67f
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
Signed-off-by: Alexander Hansen <alexander.hansen@9elements.com>
diff --git a/meson.build b/meson.build
index 27ac968..46f7e71 100644
--- a/meson.build
+++ b/meson.build
@@ -54,7 +54,7 @@
 
 iniparser_dep = dependency('iniparser')
 
-executable('obmc-console-server',
+server = executable('obmc-console-server',
            'config.c',
            'console-dbus.c',
            'console-server.c',
@@ -78,7 +78,7 @@
            install_dir: get_option('sbindir'),
            install: true)
 
-executable('obmc-console-client',
+client = executable('obmc-console-client',
            'config.c',
            'console-client.c',
            'console-socket.c',