aboutsummaryrefslogtreecommitdiffstats
path: root/metis/ccnx/forwarder/metis/messenger/test/CMakeLists.txt
blob: 22a8c41d4dc91f39032bd10d78e3881f40ade22c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Enable gcov output for the tests
add_definitions(--coverage)
set(CMAKE_EXE_LINKER_FLAGS ${CMAKE_EXE_LINKER_FLAGS} " --coverage")

set(TestsExpectedToPass
	test_metis_Missive 
	test_metis_MissiveDeque 
	test_metis_Messenger 
	test_metis_MessengerRecipient
)

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