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

set(TestsExpectedToPass
	test_metis_FIB
	test_metis_FibEntryList
	test_metis_HashTableFunction
	test_metis_FibEntry
        test_metis_MatchingRulesTable
	test_metis_MessageProcessor
	test_metis_PIT
	test_metis_PitEntry
	test_metis_StandardPIT
)


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