Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r70737 - trunk/libs/spirit/test
From: hartmut.kaiser_at_[hidden]
Date: 2011-03-29 22:30:36


Author: hkaiser
Date: 2011-03-29 22:30:36 EDT (Tue, 29 Mar 2011)
New Revision: 70737
URL: http://svn.boost.org/trac/boost/changeset/70737

Log:
Spirit: enabling Phoenix V3 tests
Text files modified:
   trunk/libs/spirit/test/Jamfile | 10 +++++++++-
   1 files changed, 9 insertions(+), 1 deletions(-)

Modified: trunk/libs/spirit/test/Jamfile
==============================================================================
--- trunk/libs/spirit/test/Jamfile (original)
+++ trunk/libs/spirit/test/Jamfile 2011-03-29 22:30:36 EDT (Tue, 29 Mar 2011)
@@ -317,4 +317,12 @@
 # use this alias to build Spirit against Phoenix V3
 alias test_using_phoenix_v3 : $(v3_tests) ;
 
-explicit test_using_phoenix_v2 test_using_phoenix_v3 ;
+# We keep both aliases non-explicit to invoke tests for Phoenix V2 and V3
+# while running the regerssion tests.
+#
+# If you want to avoid running tests for both Phoenix V2 and V3 by default
+# then simply uncomment the following 'explicit' command. If no target is
+# specified, only the V2 tests will be run.
+#
+# explicit test_using_phoenix_v2 test_using_phoenix_v3 ;
+


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk