another test Jamfile fix to use the same configuration of libtorrent

This commit is contained in:
Arvid Norberg 2008-11-06 09:00:01 +00:00
parent b47daff270
commit 3c1d73ef72
1 changed files with 2 additions and 2 deletions

View File

@ -23,10 +23,10 @@ project
; ;
exe test_upnp : test_upnp.cpp /torrent//torrent exe test_upnp : test_upnp.cpp /torrent//torrent
: <link>static <threading>multi <debug-iterators>on <invariant-checks>full <logging>verbose ; : <link>static <threading>multi <debug-iterators>on <invariant-checks>full ;
exe test_natpmp : test_natpmp.cpp /torrent//torrent exe test_natpmp : test_natpmp.cpp /torrent//torrent
: <link>static <threading>multi <debug-iterators>on <invariant-checks>full <logging>verbose ; : <link>static <threading>multi <debug-iterators>on <invariant-checks>full ;
test-suite libtorrent : test-suite libtorrent :
[ run test_auto_unchoke.cpp ] [ run test_auto_unchoke.cpp ]