From c2c5b3f7266a3dd5be4e9a3e5f74246e109e4521 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Wed, 13 Apr 2005 09:38:09 +0000 Subject: [PATCH] Don't link posix_api_check to program_execution_monitor. It's unused and causes link errors for shared linking, due to unresolved reference to cpp_main. [SVN r28209] --- test/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index fa6a3e6a..df22cf61 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -49,7 +49,7 @@ test-suite regex [ run regress/$(R_SOURCE) ../../test/build//boost_prg_exec_monitor ../build//boost_regex ] #[ run c_compiler_checks/posix_api_check.c ../../test/build//boost_prg_exec_monitor ../build//boost_regex ] #[ compile c_compiler_checks/wide_posix_api_check.c ] - [ run c_compiler_checks/posix_api_check.cpp ../../test/build//boost_prg_exec_monitor ../build//boost_regex ] + [ run c_compiler_checks/posix_api_check.cpp ../build//boost_regex ] [ run c_compiler_checks/wide_posix_api_check.cpp ../build//boost_regex ] [ run pathology/bad_expression_test.cpp