don't build test_natpmp and test_upnp by default

This commit is contained in:
Arvid Norberg 2009-05-21 19:20:24 +00:00
parent cb9c3cb37d
commit 9507052797
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@ exe test_upnp : test_upnp.cpp /torrent//torrent
exe test_natpmp : test_natpmp.cpp /torrent//torrent
: <link>shared <threading>multi <debug-iterators>on <invariant-checks>full ;
explicit test_natpmp ;
explicit test_upnp ;
project
: requirements
<library>test_common