From 5c5a83639847bcec693e5c84e2e64e463511b8b7 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Mon, 15 Sep 2008 15:09:20 +0000 Subject: [PATCH] enabled debug iterators for test --- test/Jamfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/Jamfile b/test/Jamfile index 0392f71bd..8e11ae707 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -1,10 +1,10 @@ use-project /torrent : .. ; exe test_upnp : test_upnp.cpp /torrent//torrent - : static multi verbose on ; + : static multi on verbose on ; exe test_natpmp : test_natpmp.cpp /torrent//torrent - : static multi verbose on ; + : static multi on verbose on ; lib test_common : @@ -25,6 +25,7 @@ project : default-build multi full + on ;