From 01d0281404183c84d26e863502cac8d83044c0bf Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Wed, 29 Apr 2020 21:12:13 +0100 Subject: IVGCVSW-4595 Change FileOnlyProfilingConnection to all packet processor model Change-Id: Ieccb26190d80e570ddef8d7c22e824eda1b92d7f Signed-off-by: Jim Flynn --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index c2c4cc6672..9b9b19fc83 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -689,6 +689,8 @@ if(BUILD_UNIT_TESTS) src/profiling/test/ProfilingTests.hpp src/profiling/test/ProfilingTestUtils.cpp src/profiling/test/ProfilingTestUtils.hpp + src/profiling/test/RequestCountersPacketHandler.cpp + src/profiling/test/RequestCountersPacketHandler.hpp src/profiling/test/SendCounterPacketTests.cpp src/profiling/test/SendCounterPacketTests.hpp src/profiling/test/TestTimelinePacketHandler.cpp -- cgit v1.2.1