Internalise Boost.Test dependency.

[SVN r29100]
This commit is contained in:
John Maddock
2005-05-20 15:35:44 +00:00
parent 8aad9e15af
commit a56990d55a
10 changed files with 21 additions and 15 deletions

View File

@ -261,4 +261,5 @@ int cpp_main(int argc, char * argv[])
return 0; return 0;
} }
#include <boost/test/included/prg_exec_monitor.hpp>

View File

@ -85,7 +85,6 @@ template test
template regression template regression
: <template>test # sources : <template>test # sources
regress/$(R_SOURCE) regress/$(R_SOURCE)
<lib>../../test/build/boost_prg_exec_monitor
; ;
# #
@ -118,7 +117,6 @@ template test-dll
template regression-dll template regression-dll
: <template>test-dll # sources : <template>test-dll # sources
regress/$(R_SOURCE) regress/$(R_SOURCE)
<lib>../../test/build/boost_prg_exec_monitor
; ;
test-suite regex test-suite regex
@ -150,13 +148,13 @@ test-suite regex
[ regex-test bad_expression_test [ regex-test bad_expression_test
: <template>test # sources : <template>test # sources
pathology/bad_expression_test.cpp pathology/bad_expression_test.cpp
<lib>../../test/build/boost_test_exec_monitor
] ]
[ regex-test recursion_test [ regex-test recursion_test
: <template>test # sources : <template>test # sources
pathology/recursion_test.cpp pathology/recursion_test.cpp
<lib>../../test/build/boost_test_exec_monitor
] ]
[ run unicode/unicode_iterator_test.cpp ] [ run unicode/unicode_iterator_test.cpp ]
@ -179,7 +177,7 @@ test-suite regex
: : : <test-info>always_show_run_output : : : <test-info>always_show_run_output
: regex_dll_config_info ] : regex_dll_config_info ]
[ run collate_info/collate_info.cpp <template>test <lib>../../test/build/boost_prg_exec_monitor [ run collate_info/collate_info.cpp <template>test
: : : <test-info>always_show_run_output ] : : : <test-info>always_show_run_output ]
[ regex-test regex_regress_dll [ regex-test regex_regress_dll
@ -199,7 +197,7 @@ test-suite regex
<template>../build/regex-options <template>../build/regex-options
# dependencies # dependencies
<lib>captures/boost_regex_extra <lib>captures/boost_regex_extra
<lib>../../test/build/boost_test_exec_monitor
: # additional args : # additional args
: # test-files : # test-files
: # requirements : # requirements

View File

@ -41,23 +41,22 @@ test_overloads.cpp
test_operators.cpp test_operators.cpp
; ;
local regress-sources = regress/$(R_SOURCE) local regress-sources = regress/$(R_SOURCE) ;
../../test/build//boost_prg_exec_monitor ;
test-suite regex test-suite regex
: :
[ run regress/$(R_SOURCE) ../../test/build//boost_prg_exec_monitor ../build//boost_regex ] [ run regress/$(R_SOURCE) ../build//boost_regex ]
#[ run c_compiler_checks/posix_api_check.c ../../test/build//boost_prg_exec_monitor ../build//boost_regex ] #[ run c_compiler_checks/posix_api_check.c ../build//boost_regex ]
#[ compile c_compiler_checks/wide_posix_api_check.c ] #[ compile c_compiler_checks/wide_posix_api_check.c ]
[ run c_compiler_checks/posix_api_check.cpp ../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 c_compiler_checks/wide_posix_api_check.cpp ../build//boost_regex ]
[ run pathology/bad_expression_test.cpp [ run pathology/bad_expression_test.cpp
../../test/build//boost_test_exec_monitor ../build//boost_regex ../build//boost_regex
] ]
[ run pathology/recursion_test.cpp [ run pathology/recursion_test.cpp
../../test/build//boost_test_exec_monitor ../build//boost_regex ../build//boost_regex
] ]
[ run unicode/unicode_iterator_test.cpp ../build//boost_regex ] [ run unicode/unicode_iterator_test.cpp ../build//boost_regex ]
@ -68,7 +67,7 @@ test-suite regex
] ]
[ run config_info/regex_config_info.cpp ../build//boost_regex ] [ run config_info/regex_config_info.cpp ../build//boost_regex ]
[ run collate_info/collate_info.cpp ../build//boost_regex ../../test/build//boost_prg_exec_monitor ] [ run collate_info/collate_info.cpp ../build//boost_regex ]
[ compile concepts/concept_check.cpp ../build//boost_regex [ compile concepts/concept_check.cpp ../build//boost_regex
] ]
@ -79,7 +78,6 @@ test-suite regex
# sources # sources
captures/captures_test.cpp captures/captures_test.cpp
captures//boost_regex_extra captures//boost_regex_extra
../../test/build//boost_test_exec_monitor
: # additional args : # additional args
: # test-files : # test-files
: # requirements : # requirements

View File

@ -113,3 +113,4 @@ int test_main(int , char* [])
return 0; return 0;
} }
#include <boost/test/included/test_exec_monitor.hpp>

View File

@ -243,3 +243,5 @@ int cpp_main(int /*argc*/, char * /*argv*/[])
#endif #endif
return 0; return 0;
} }
#include <boost/test/included/prg_exec_monitor.hpp>

View File

@ -73,3 +73,5 @@ int test_main(int /*argc*/, char * /*argv*/[])
return 0; return 0;
} }
#include <boost/test/included/test_exec_monitor.hpp>

View File

@ -47,3 +47,4 @@ int test_main( int , char* [] )
return 0; return 0;
} }
#include <boost/test/included/test_exec_monitor.hpp>

View File

@ -58,4 +58,4 @@ int test_main( int , char* [] )
return 0; return 0;
} }
#include <boost/test/included/test_exec_monitor.hpp>

View File

@ -129,3 +129,5 @@ void test(const wchar_t& c, const test_invalid_regex_tag& tag)
do_test(c, tag); do_test(c, tag);
} }
#endif #endif
#include <boost/test/included/prg_exec_monitor.hpp>

View File

@ -205,3 +205,4 @@ int test_main( int, char* [] )
return 0; return 0;
} }
#include <boost/test/included/test_exec_monitor.hpp>