added test_upnp and test_natpmp to CMakeLists.txt

This commit is contained in:
Arvid Norberg 2008-10-15 16:25:39 +00:00
parent 2d1b72628e
commit 7d18a3fd11
1 changed files with 6 additions and 0 deletions

View File

@ -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)