From c07ad72f016930e2aba6471d0e2e9625b935bf9a Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Thu, 24 Jan 2019 17:52:53 +0100 Subject: Remove cframework files from master Change-Id: I02f17ede1cf97986a8b8852ed6d6a28fc016f590 Signed-off-by: Mauro Sardara --- libparc/parc/concurrent/test/CMakeLists.txt | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 libparc/parc/concurrent/test/CMakeLists.txt (limited to 'libparc/parc/concurrent/test/CMakeLists.txt') diff --git a/libparc/parc/concurrent/test/CMakeLists.txt b/libparc/parc/concurrent/test/CMakeLists.txt deleted file mode 100644 index 092d0202..00000000 --- a/libparc/parc/concurrent/test/CMakeLists.txt +++ /dev/null @@ -1,25 +0,0 @@ -set(TestsExpectedToPass - test_parc_AtomicUint16 - test_parc_AtomicUint32 - test_parc_AtomicUint64 - test_parc_AtomicUint8 - test_parc_FutureTask - test_parc_Lock - test_parc_Notifier - test_parc_RingBuffer_1x1 - test_parc_RingBuffer_NxM - test_parc_ScheduledTask - test_parc_ScheduledThreadPool - test_parc_Synchronizer - test_parc_Thread - test_parc_ThreadPool - test_parc_Timer - ) - -# Enable gcov output for the tests -add_definitions(--coverage) -set(CMAKE_EXE_LINKER_FLAGS ${CMAKE_EXE_LINKER_FLAGS} " --coverage") - -foreach(test ${TestsExpectedToPass}) - AddTest(${test}) -endforeach() -- cgit 1.2.3-korg