Browse Source

build & run selftest as part of jenkins

Grant Limberg 6 năm trước cách đây
mục cha
commit
c7d1eb71da
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      CMakeLists.txt

+ 4 - 0
CMakeLists.txt

@@ -125,3 +125,7 @@ endif(BUILD_CENTRAL_CONTROLLER)
 
 add_executable(${PROJECT_NAME} ${src} ${headers})
 target_link_libraries(${PROJECT_NAME} ${libs})
+
+
+add_executable(zerotier-selftest selftest.cpp)
+target_link_libraries(zerotier-selftest ${libs})