aboutsummaryrefslogtreecommitdiffstats
path: root/libtransport/src/hicn/transport/core/test/CMakeLists.txt
blob: 48c50e9b01f8e52305c927d2d5f9d85625e6b20c (plain)
1
2
3
4
5
6
7
8
9
10
# Enable gcov output for the tests
add_definitions(--coverage)
set(CMAKE_EXE_LINKER_FLAGS ${CMAKE_EXE_LINKER_FLAGS} " --coverage")

set(TestsExpectedToPass
    test_core_manifest)

foreach(test ${TestsExpectedToPass})
  AddTest(${test})
endforeach()