mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 20:13:44 +02:00
build & run selftest as part of jenkins
This commit is contained in:
parent
7d41d267a3
commit
c7d1eb71da
1 changed files with 4 additions and 0 deletions
|
@ -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})
|
||||
|
|
Loading…
Add table
Reference in a new issue