From 5e5e24e476b0d78e25b23eba6f269d5868e3d3ec Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sun, 31 Dec 2006 17:26:12 +0000 Subject: [PATCH] bbv2 updates. [SVN r36551] --- performance/main.cpp | 1 - test/Jamfile | 238 ------------------------------------------- test/Jamfile.v2 | 3 +- 3 files changed, 2 insertions(+), 240 deletions(-) delete mode 100644 test/Jamfile diff --git a/performance/main.cpp b/performance/main.cpp index caf2afa2..203f6bd5 100644 --- a/performance/main.cpp +++ b/performance/main.cpp @@ -261,5 +261,4 @@ int cpp_main(int argc, char * argv[]) return 0; } -#include diff --git a/test/Jamfile b/test/Jamfile deleted file mode 100644 index 5702cd06..00000000 --- a/test/Jamfile +++ /dev/null @@ -1,238 +0,0 @@ -# copyright John Maddock 2003 -# Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or copy at -# http://www.boost.org/LICENSE_1_0.txt. - -subproject libs/regex/test ; - -# bring in the rules for testing -import testing ; -subinclude libs/regex/test/captures ; - -R_SOURCE = -basic_tests.cpp -main.cpp -test_alt.cpp -test_anchors.cpp -test_asserts.cpp -test_backrefs.cpp -test_deprecated.cpp -test_emacs.cpp -test_escapes.cpp -test_grep.cpp -test_locale.cpp -test_mfc.cpp -test_non_greedy_repeats.cpp -test_perl_ex.cpp -test_replace.cpp -test_sets.cpp -test_simple_repeats.cpp -test_tricky_cases.cpp -test_icu.cpp -test_unicode.cpp -test_overloads.cpp -test_operators.cpp -; - -# -# test for MFC by looking inside VC++ include directories: -# -if ! $(gMFC_CHECK) -{ - gMFC_CHECK = true ; - if $(VS71COMNTOOLS) - { - VS71COMNTOOLS = $(VS71COMNTOOLS:J=" ") ; - if [ GLOB $(VS71COMNTOOLS)..\\..\\VC7\\atlmfc\\include : cstringt.h ] - { - ECHO MFC/ATL regex wrappers will be tested when building with VC7.1 ; - REGEX_MFC_OPTS += "<*>TEST_MFC=1" ; - } - } - if $(VSCOMNTOOLS) - { - VSCOMNTOOLS = $(VSCOMNTOOLS:J=" ") ; - if [ GLOB $(VSCOMNTOOLS)\\..\\..\\VC7\\atlmfc\\include : cstringt.h ] - { - ECHO MFC/ATL regex wrappers will be tested when building with VC7 ; - REGEX_MFC_OPTS += "<*>TEST_MFC=1" ; - REGEX_MFC_OPTS += "<*>TEST_MFC=1" ; - REGEX_MFC_OPTS += "<*>TEST_MFC=1" ; - REGEX_MFC_OPTS += "<*>TEST_MFC=1" ; - } - } - if $(VS80COMNTOOLS) - { - VS80COMNTOOLS = $(VS80COMNTOOLS:J=" ") ; - if [ GLOB $(VS80COMNTOOLS)..\\..\\VC8\\atlmfc\\include : cstringt.h ] - { - ECHO MFC/ATL regex wrappers will be tested when building with VC8 ; - REGEX_MFC_OPTS += "<*>TEST_MFC=1" ; - } - } -} - -# -# this template defines the options common to -# all regex tests: -# -template test - :