From f70d5b14d611e2d2942a2fc8813669f604377303 Mon Sep 17 00:00:00 2001 From: Paul Elder Date: Sat, 5 Dec 2020 19:31:04 +0900 Subject: tests: Add test for IPCPipeUnixSocket MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Test the IPC functions of IPCPipeUnixSocket. Signed-off-by: Paul Elder Reviewed-by: Niklas Söderlund Reviewed-by: Laurent Pinchart --- test/ipc/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/ipc/meson.build') diff --git a/test/ipc/meson.build b/test/ipc/meson.build index 9f413ff6..ad47b2fe 100644 --- a/test/ipc/meson.build +++ b/test/ipc/meson.build @@ -1,7 +1,8 @@ # SPDX-License-Identifier: CC0-1.0 ipc_tests = [ - ['unixsocket', 'unixsocket.cpp'], + ['unixsocket_ipc', 'unixsocket_ipc.cpp'], + ['unixsocket', 'unixsocket.cpp'], ] foreach t : ipc_tests -- cgit v1.2.1