From 34d5bf032c21c2dc5fb14bca4ea68d1bbbd7f98f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Hunold?= Date: Thu, 30 Nov 2006 10:09:06 +0000 Subject: [PATCH] Adjust last prg_exec_monitor_test to use static linking. [SVN r36206] --- test/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 460403f4..75fa6430 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -27,7 +27,7 @@ test-suite "basics_test" ; test-suite "prg_exec_monitor_test" - : [ test-btl-lib run-fail : prg_exec_fail1 : boost_prg_exec_monitor ] + : [ test-btl-lib run-fail : prg_exec_fail1 : boost_prg_exec_monitor/static ] [ test-btl-lib run-fail : prg_exec_fail2 : boost_prg_exec_monitor/static ] [ test-btl-lib run-fail : prg_exec_fail3 : boost_prg_exec_monitor/static ] [ test-btl-lib run-fail : prg_exec_fail4 : boost_prg_exec_monitor/static ]