aboutsummaryrefslogtreecommitdiffstats
path: root/libparc/parc/developer/test/CMakeLists.txt
blob: 82cb60e6ae5f9d33553c7b25dd8cac0fe5f0b830 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
set(TestsExpectedToPass
  test_parc_Stopwatch
  test_parc_Timing
  )

# 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()