IVGCVSW-3719 Create test program executable.
authorColm Donelan <Colm.Donelan@arm.com>
Thu, 5 Sep 2019 09:03:56 +0000 (10:03 +0100)
committerMatteo Martincigh <matteo.martincigh@arm.com>
Fri, 6 Sep 2019 12:13:51 +0000 (12:13 +0000)
commit366023fcb63d0ade5bd742ede2fc27899296877c
tree9c940e53ff15d31461f6c44067dcaf41c1a181f4
parent07882f1750f0ff83a955fe8e9c363ca26059f084
IVGCVSW-3719 Create test program executable.

Introduce a new test utility that simulates the Gatord service.
This will be used to test the external profiling features.

Change-Id: Ib7c75c1302650e140945cd66d272c23af3aac760
Signed-off-by: Colm Donelan <Colm.Donelan@arm.com>
CMakeLists.txt
cmake/GlobalConfig.cmake
tests/profiling/CommandLineProcessor.cpp [new file with mode: 0644]
tests/profiling/CommandLineProcessor.hpp [new file with mode: 0644]
tests/profiling/GatordMockMain.cpp [new file with mode: 0644]