Browse Source

build & run selftest as part of jenkins

Grant Limberg 6 years ago
parent
commit
c7d1eb71da
1 changed files with 4 additions and 0 deletions
  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})