enabled debug iterators for test

This commit is contained in:
Arvid Norberg 2008-09-15 15:09:20 +00:00
parent 88a7e445ad
commit 5c5a836398
1 changed files with 3 additions and 2 deletions

View File

@ -1,10 +1,10 @@
use-project /torrent : .. ; use-project /torrent : .. ;
exe test_upnp : test_upnp.cpp /torrent//torrent exe test_upnp : test_upnp.cpp /torrent//torrent
: <link>static <threading>multi <logging>verbose <upnp-logging>on ; : <link>static <threading>multi <debug-iterators>on <logging>verbose <upnp-logging>on ;
exe test_natpmp : test_natpmp.cpp /torrent//torrent exe test_natpmp : test_natpmp.cpp /torrent//torrent
: <link>static <threading>multi <logging>verbose <upnp-logging>on ; : <link>static <threading>multi <debug-iterators>on <logging>verbose <upnp-logging>on ;
lib test_common lib test_common
: :
@ -25,6 +25,7 @@ project
: default-build : default-build
<threading>multi <threading>multi
<invariant-checks>full <invariant-checks>full
<debug-iterators>on
; ;