diff options
| author | Qiuwen Lu <[email protected]> | 2016-11-02 19:32:45 +0800 |
|---|---|---|
| committer | Qiuwen Lu <[email protected]> | 2016-11-02 19:32:45 +0800 |
| commit | faa23bca6c775e850414cf38a4ca63ef0586083a (patch) | |
| tree | beb4c08f6db8b5b8677cf8c901857a1fa53fbdc2 /test | |
| parent | 52066fce31fa1fc26732740e341fc063569f1a92 (diff) | |
增加对Systemd(CentOS7)的自动化启动支持。
Diffstat (limited to 'test')
| -rw-r--r-- | test/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 8cf7596..03898c5 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -30,5 +30,5 @@ set(TEST_LINK_LIBRARIES ${DPDK_LIBRARY} gtest) # add_executable(TestVMan TestVMan.cc Unittest.cc)
# target_link_libraries(TestVMan ${TEST_LINK_LIBRARIES} core)
-add_executable(TestNeigh TestStackNeigh.cc Unittest.cc)
-target_link_libraries(TestNeigh ${TEST_LINK_LIBRARIES} stack)
\ No newline at end of file +# add_executable(TestNeigh TestStackNeigh.cc Unittest.cc)
+# target_link_libraries(TestNeigh ${TEST_LINK_LIBRARIES} stack)
\ No newline at end of file |
