summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorQiuwen Lu <[email protected]>2016-08-25 13:32:26 +0800
committerQiuwen Lu <[email protected]>2016-08-25 13:32:26 +0800
commitaf0460d2307c8325db5f5ef381f098a60899728d (patch)
tree75a7d07bcbfc7845c0b254fa2277f3b6762d5183 /test
parent52c59a2373b4eea518b659c76a8cb643123db726 (diff)
改名,libbase为libcore4.0.0
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 96fd10b..9caa6dc 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -16,4 +16,12 @@ set(TEST_LINK_LIBRARIES ${DPDK_LIBRARY} gtest)
# TestCase 2
add_executable(TestHwInfo TestHwInfo.cc Unittest.cc)
-target_link_libraries(TestHwInfo ${TEST_LINK_LIBRARIES} base) \ No newline at end of file
+target_link_libraries(TestHwInfo ${TEST_LINK_LIBRARIES} base)
+
+# TestCase 3
+add_executable(TestMempool TestMempool.cc Unittest.cc)
+target_link_libraries(TestMempool ${TEST_LINK_LIBRARIES} base)
+
+# TestCase 4
+add_executable(TestVNode TestVNode.cc Unittest.cc)
+target_link_libraries(TestVNode ${TEST_LINK_LIBRARIES} base) \ No newline at end of file