|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r52999 - in branches/release/libs: functional/hash/test proto/test utility/test
From: troy_at_[hidden]
Date: 2009-05-14 15:58:43
Author: troy
Date: 2009-05-14 15:58:42 EDT (Thu, 14 May 2009)
New Revision: 52999
URL: http://svn.boost.org/trac/boost/changeset/52999
Log:
more cmakefile tweaks
Text files modified:
branches/release/libs/functional/hash/test/CMakeLists.txt | 6 ++++--
branches/release/libs/proto/test/CMakeLists.txt | 1 +
branches/release/libs/utility/test/CMakeLists.txt | 3 +++
3 files changed, 8 insertions(+), 2 deletions(-)
Modified: branches/release/libs/functional/hash/test/CMakeLists.txt
==============================================================================
--- branches/release/libs/functional/hash/test/CMakeLists.txt (original)
+++ branches/release/libs/functional/hash/test/CMakeLists.txt 2009-05-14 15:58:42 EDT (Thu, 14 May 2009)
@@ -21,6 +21,8 @@
hash_number_test
hash_pointer_test
hash_function_pointer_test
+hash_float_test
+hash_long_double_test
hash_string_test
hash_float_test
hash_long_double_test
@@ -43,8 +45,8 @@
)
boost_test_run(link_test link_test.cpp link_test_2.cpp)
-boost_test_run(link_ext_test link_ext_test.cpp link_no_ext_test.cpp)
-
+boost_test_run(link_ext_test link_ext_test.cpp link_no_ext_test.cpp
+)
foreach(test ${tests})
boost_test_run(${test})
endforeach(test ${tests})
Modified: branches/release/libs/proto/test/CMakeLists.txt
==============================================================================
--- branches/release/libs/proto/test/CMakeLists.txt (original)
+++ branches/release/libs/proto/test/CMakeLists.txt 2009-05-14 15:58:42 EDT (Thu, 14 May 2009)
@@ -35,6 +35,7 @@
proto_fusion_s
toy_spirit
toy_spirit2
+ noinvoke
)
Modified: branches/release/libs/utility/test/CMakeLists.txt
==============================================================================
--- branches/release/libs/utility/test/CMakeLists.txt (original)
+++ branches/release/libs/utility/test/CMakeLists.txt 2009-05-14 15:58:42 EDT (Thu, 14 May 2009)
@@ -1,6 +1,8 @@
boost_additional_test_dependencies(utility BOOST_DEPENDS test)
+boost_test_run(addressof_fn_test ../addressof_fn_test.cpp)
boost_test_run(addressof_test ../addressof_test.cpp)
+boost_test_run(addressof_test2 ../addressof_test2.cpp)
boost_test_run(assert_test ../assert_test.cpp)
boost_test_run(base_from_member_test ../base_from_member_test.cpp)
boost_test_run(binary_search_test ../binary_search_test.cpp)
@@ -36,3 +38,4 @@
../value_init_test_fail2.cpp)
boost_test_compile_fail(value_init_test_fail3
../value_init_test_fail3.cpp)
+boost_test_run(verify_test ../verify_test.cpp)
\ No newline at end of file
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