From f69e195aaf1587cac69cdac1a32958e307b27dbf Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 14 Jan 2018 04:56:58 +0200 Subject: [PATCH] Do not link to the library for the header-only tests --- test/Jamfile.v2 | 4 ++-- test/header_only_test.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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