forked from boostorg/regex
Fix numerous VC-10 compiler warnings.
Rewrite ICU configuration to use the new Boost.Build configuration logic. [SVN r61893]
This commit is contained in:
@ -33,9 +33,14 @@ int* get_array_data();
|
||||
|
||||
int error_count = 0;
|
||||
|
||||
#ifndef TEST_THREADS
|
||||
#define RUN_TESTS(name) \
|
||||
std::cout << "Running test case \"" #name "\".\n";\
|
||||
name();
|
||||
#else
|
||||
#define RUN_TESTS(name) \
|
||||
name();
|
||||
#endif
|
||||
|
||||
|
||||
void run_tests()
|
||||
|
Reference in New Issue
Block a user