Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r53024 - branches/release/libs/xpressive/test
From: dgregor_at_[hidden]
Date: 2009-05-15 10:59:08


Author: dgregor
Date: 2009-05-15 10:59:07 EDT (Fri, 15 May 2009)
New Revision: 53024
URL: http://svn.boost.org/trac/boost/changeset/53024

Log:
Synchronize xpressive tests between CMake and bjam
Text files modified:
   branches/release/libs/xpressive/test/CMakeLists.txt | 5 +++++
   1 files changed, 5 insertions(+), 0 deletions(-)

Modified: branches/release/libs/xpressive/test/CMakeLists.txt
==============================================================================
--- branches/release/libs/xpressive/test/CMakeLists.txt (original)
+++ branches/release/libs/xpressive/test/CMakeLists.txt 2009-05-15 10:59:07 EDT (Fri, 15 May 2009)
@@ -45,6 +45,9 @@
   test_cycles
   test_non_char
   test_static
+ test_actions
+ test_assert
+ test_symbols
   test_dynamic
   test_dynamic_grammar
   test_skip
@@ -54,6 +57,8 @@
   boost_test_run(${runtest} DEPENDS boost_unit_test_framework )
 endforeach(runtest ${runtests})
 
+boost_test_link(multiple_defs multiple_defs1.cpp multiple_defs2.cpp)
+
 set(compiletests
   test_basic_regex
   test_match_results


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