aboutsummaryrefslogtreecommitdiffstats
path: root/libparc/parc/statistics/test/CMakeLists.txt
blob: fde78d5bf55a846686ae61f8c2a57e57bac92adf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
set(TestsExpectedToPass
  test_parc_BasicStats
  test_parc_EWMA
  )

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