diff --git a/test/Jamfile b/test/Jamfile index 09e13b68b..9fbabe4ab 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -23,10 +23,10 @@ project ; exe test_upnp : test_upnp.cpp /torrent//torrent - : static multi on full verbose ; + : static multi on full ; exe test_natpmp : test_natpmp.cpp /torrent//torrent - : static multi on full verbose ; + : static multi on full ; test-suite libtorrent : [ run test_auto_unchoke.cpp ]