added test_upnp and test_natpmp to CMakeLists.txt
This commit is contained in:
@@ -231,3 +231,9 @@ foreach(s ${tests})
|
||||
add_test(${s} ${s})
|
||||
endforeach(s)
|
||||
|
||||
add_executable(test_upnp test/test_upnp.cpp)
|
||||
target_link_libraries(test_upnp torrent)
|
||||
|
||||
add_executable(test_natpmp test/test_natpmp.cpp)
|
||||
target_link_libraries(test_natpmp torrent)
|
||||
|
||||
|
Reference in New Issue
Block a user