diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 2a59619..71a36cc 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -98,7 +98,7 @@ project : : : shared : initialization_test_shared ] [ run header_only_test.cpp - : : : static + : : : -/boost/system//boost_system ] [ run config_test.cpp : : : always_show_run_output @@ -122,7 +122,7 @@ project : : : shared @cxx11 : std_mismatch_test_shared_11 ] [ run header_only_test.cpp - : : : static BOOST_NO_ANSI_APIS : header_only_test_no_ansi + : : : -/boost/system//boost_system BOOST_NO_ANSI_APIS : header_only_test_no_ansi ] ; diff --git a/test/header_only_test.cpp b/test/header_only_test.cpp index 6f0943d..69dccae 100644 --- a/test/header_only_test.cpp +++ b/test/header_only_test.cpp @@ -1,4 +1,4 @@ -// error_code_test.cpp -----------------------------------------------------// +// header_only_test.cpp -----------------------------------------------------// // Copyright Beman Dawes 2007