don't build with upnp logging for upnp and natpmp test, use the same configuration of libtorrent as the other tests by default

This commit is contained in:
Arvid Norberg 2008-11-06 08:37:33 +00:00
parent 3412c0f709
commit b47daff270
1 changed files with 5 additions and 6 deletions

View File

@ -1,11 +1,5 @@
use-project /torrent : .. ;
exe test_upnp : test_upnp.cpp /torrent//torrent
: <link>static <threading>multi <debug-iterators>on <logging>verbose <upnp-logging>on ;
exe test_natpmp : test_natpmp.cpp /torrent//torrent
: <link>static <threading>multi <debug-iterators>on <logging>verbose <upnp-logging>on ;
lib test_common
:
main.cpp
@ -28,6 +22,11 @@ project
<debug-iterators>on
;
exe test_upnp : test_upnp.cpp /torrent//torrent
: <link>static <threading>multi <debug-iterators>on <invariant-checks>full <logging>verbose ;
exe test_natpmp : test_natpmp.cpp /torrent//torrent
: <link>static <threading>multi <debug-iterators>on <invariant-checks>full <logging>verbose ;
test-suite libtorrent :
[ run test_auto_unchoke.cpp ]