forked from premiere/premiere-libtorrent
added test_upnp and test_natpmp to CMakeLists.txt
This commit is contained in:
parent
2d1b72628e
commit
7d18a3fd11
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue