IVGCVSW-3720 Start a UDS server that accepts connections.

* Add a CLI paramter to the Gatord mock client to specify a namespace.
* Open a listening socket on that namespace.
* Wait for one connection on the socket.

Signed-off-by: Colm Donelan <Colm.Donelan@arm.com>
Change-Id: Ic85b4defd5ad2010bb255472c030a91a23cec1d9
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b29a709..217c420 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -825,6 +825,8 @@
         tests/profiling/GatordMockMain.cpp
         tests/profiling/CommandLineProcessor.hpp
         tests/profiling/CommandLineProcessor.cpp
+        tests/profiling/GatordMockService.hpp
+        tests/profiling/GatordMockService.cpp
         )
 
     include_directories( ${Boost_INCLUDE_DIRS} )