Do not link to the library for the header-only tests

This commit is contained in:
Peter Dimov
2018-01-14 04:56:58 +02:00
parent d0c6aae2b9
commit f69e195aaf
2 changed files with 3 additions and 3 deletions

View File

@ -98,7 +98,7 @@ project
: : : <link>shared : initialization_test_shared
]
[ run header_only_test.cpp
: : : <link>static
: : : -<library>/boost/system//boost_system
]
[ run config_test.cpp
: : : <test-info>always_show_run_output
@ -122,7 +122,7 @@ project
: : : <link>shared <conditional>@cxx11 : std_mismatch_test_shared_11
]
[ run header_only_test.cpp
: : : <link>static <define>BOOST_NO_ANSI_APIS : header_only_test_no_ansi
: : : -<library>/boost/system//boost_system <define>BOOST_NO_ANSI_APIS : header_only_test_no_ansi
]
;

View File

@ -1,4 +1,4 @@
// error_code_test.cpp -----------------------------------------------------//
// header_only_test.cpp -----------------------------------------------------//
// Copyright Beman Dawes 2007