forked from boostorg/regex
Internalise Boost.Test dependency.
[SVN r29100]
This commit is contained in:
@ -261,4 +261,5 @@ int cpp_main(int argc, char * argv[])
|
||||
return 0;
|
||||
}
|
||||
|
||||
#include <boost/test/included/prg_exec_monitor.hpp>
|
||||
|
||||
|
10
test/Jamfile
10
test/Jamfile
@ -85,7 +85,6 @@ template test
|
||||
template regression
|
||||
: <template>test # sources
|
||||
regress/$(R_SOURCE)
|
||||
<lib>../../test/build/boost_prg_exec_monitor
|
||||
;
|
||||
|
||||
#
|
||||
@ -118,7 +117,6 @@ template test-dll
|
||||
template regression-dll
|
||||
: <template>test-dll # sources
|
||||
regress/$(R_SOURCE)
|
||||
<lib>../../test/build/boost_prg_exec_monitor
|
||||
;
|
||||
|
||||
test-suite regex
|
||||
@ -150,13 +148,13 @@ test-suite regex
|
||||
[ regex-test bad_expression_test
|
||||
: <template>test # sources
|
||||
pathology/bad_expression_test.cpp
|
||||
<lib>../../test/build/boost_test_exec_monitor
|
||||
|
||||
]
|
||||
|
||||
[ regex-test recursion_test
|
||||
: <template>test # sources
|
||||
pathology/recursion_test.cpp
|
||||
<lib>../../test/build/boost_test_exec_monitor
|
||||
|
||||
]
|
||||
|
||||
[ run unicode/unicode_iterator_test.cpp ]
|
||||
@ -179,7 +177,7 @@ test-suite regex
|
||||
: : : <test-info>always_show_run_output
|
||||
: 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 ]
|
||||
|
||||
[ regex-test regex_regress_dll
|
||||
@ -199,7 +197,7 @@ test-suite regex
|
||||
<template>../build/regex-options
|
||||
# dependencies
|
||||
<lib>captures/boost_regex_extra
|
||||
<lib>../../test/build/boost_test_exec_monitor
|
||||
|
||||
: # additional args
|
||||
: # test-files
|
||||
: # requirements
|
||||
|
@ -41,23 +41,22 @@ test_overloads.cpp
|
||||
test_operators.cpp
|
||||
;
|
||||
|
||||
local regress-sources = regress/$(R_SOURCE)
|
||||
../../test/build//boost_prg_exec_monitor ;
|
||||
local regress-sources = regress/$(R_SOURCE) ;
|
||||
|
||||
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 ]
|
||||
[ run regress/$(R_SOURCE) ../build//boost_regex ]
|
||||
#[ run c_compiler_checks/posix_api_check.c ../build//boost_regex ]
|
||||
#[ compile c_compiler_checks/wide_posix_api_check.c ]
|
||||
[ 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
|
||||
../../test/build//boost_test_exec_monitor ../build//boost_regex
|
||||
../build//boost_regex
|
||||
]
|
||||
|
||||
[ 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 ]
|
||||
@ -68,7 +67,7 @@ test-suite 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
|
||||
]
|
||||
@ -79,7 +78,6 @@ test-suite regex
|
||||
# sources
|
||||
captures/captures_test.cpp
|
||||
captures//boost_regex_extra
|
||||
../../test/build//boost_test_exec_monitor
|
||||
: # additional args
|
||||
: # test-files
|
||||
: # requirements
|
||||
|
@ -113,3 +113,4 @@ int test_main(int , char* [])
|
||||
return 0;
|
||||
}
|
||||
|
||||
#include <boost/test/included/test_exec_monitor.hpp>
|
||||
|
@ -243,3 +243,5 @@ int cpp_main(int /*argc*/, char * /*argv*/[])
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
||||
#include <boost/test/included/prg_exec_monitor.hpp>
|
||||
|
@ -73,3 +73,5 @@ int test_main(int /*argc*/, char * /*argv*/[])
|
||||
return 0;
|
||||
}
|
||||
|
||||
#include <boost/test/included/test_exec_monitor.hpp>
|
||||
|
||||
|
@ -47,3 +47,4 @@ int test_main( int , char* [] )
|
||||
return 0;
|
||||
}
|
||||
|
||||
#include <boost/test/included/test_exec_monitor.hpp>
|
||||
|
@ -58,4 +58,4 @@ int test_main( int , char* [] )
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
#include <boost/test/included/test_exec_monitor.hpp>
|
||||
|
@ -129,3 +129,5 @@ void test(const wchar_t& c, const test_invalid_regex_tag& tag)
|
||||
do_test(c, tag);
|
||||
}
|
||||
#endif
|
||||
|
||||
#include <boost/test/included/prg_exec_monitor.hpp>
|
||||
|
@ -205,3 +205,4 @@ int test_main( int, char* [] )
|
||||
return 0;
|
||||
}
|
||||
|
||||
#include <boost/test/included/test_exec_monitor.hpp>
|
||||
|
Reference in New Issue
Block a user