From 48ee1289289772ad37f1fad50b3ead53d1c19304 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Mon, 13 Feb 2006 09:04:49 +0000 Subject: [PATCH] Set BOOST_ALL_NO_LIB for _dll tests [SVN r32884] --- test/Jamfile.v2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 03fdf3f..8f515c9 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -13,7 +13,8 @@ rule po-test ( source ) { return [ run $(source) ] - [ run $(source) : : : shared : $(source:B)_dll ] + [ run $(source) : : : shared BOOST_ALL_DYN_LINK=1 + : $(source:B)_dll ] ; }