From fcdecd4c96d1eabd1f2d7f5529ec6420c6d6502e Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Sun, 20 Jan 2008 02:01:35 +0000 Subject: [PATCH] Remove extraneous defines since they are inherited from library build Jamfile [SVN r42873] --- test/Jamfile.v2 | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index c608255..3dc7468 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -19,31 +19,24 @@ project : # command line : # input files : # requirements - BOOST_SYSTEM_STATIC_LINK static ] [ run error_code_test.cpp - : : : BOOST_SYSTEM_DYN_LINK - : error_code_test_dll + : : : : error_code_test_dll ] [ run error_code_user_test.cpp - : : : BOOST_SYSTEM_STATIC_LINK - static + : : : static ] [ run error_code_user_test.cpp - : : : BOOST_SYSTEM_DYN_LINK - : error_code_user_test_dll + : : : : error_code_user_test_dll ] [ run system_error_test.cpp - : : : BOOST_SYSTEM_STATIC_LINK - static + : : : static ] [ run system_error_test.cpp - : : : BOOST_SYSTEM_DYN_LINK - : system_error_test_dll + : : : : system_error_test_dll ] [ run initialization_test.cpp - : : : BOOST_SYSTEM_DYN_LINK ] [ run header_only_test.cpp : : : static