|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r68562 - branches/quickbook-filenames/tools/quickbook/test
From: dnljms_at_[hidden]
Date: 2011-01-30 06:36:08
Author: danieljames
Date: 2011-01-30 06:36:07 EST (Sun, 30 Jan 2011)
New Revision: 68562
URL: http://svn.boost.org/trac/boost/changeset/68562
Log:
Turn debug symbols off when testing quickbook.
Fixes an odd error with the Boost Build Visual C++ tool.
Text files modified:
branches/quickbook-filenames/tools/quickbook/test/Jamfile.v2 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/quickbook-filenames/tools/quickbook/test/Jamfile.v2
==============================================================================
--- branches/quickbook-filenames/tools/quickbook/test/Jamfile.v2 (original)
+++ branches/quickbook-filenames/tools/quickbook/test/Jamfile.v2 2011-01-30 06:36:07 EST (Sun, 30 Jan 2011)
@@ -6,7 +6,7 @@
# http://www.boost.org/LICENSE_1_0.txt)
#
-project test ;
+project test : requirements <debug-symbols>off ;
import quickbook-testing : quickbook-test quickbook-fail-test ;
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