forked from premiere/premiere-libtorrent
another test Jamfile fix to use the same configuration of libtorrent
This commit is contained in:
parent
b47daff270
commit
3c1d73ef72
|
@ -23,10 +23,10 @@ project
|
|||
;
|
||||
|
||||
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
|
||||
: <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 :
|
||||
[ run test_auto_unchoke.cpp ]
|
||||
|
|
Loading…
Reference in New Issue