$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r52998 - branches/release/libs/functional/hash/test
From: troy_at_[hidden]
Date: 2009-05-14 14:10:23
Author: troy
Date: 2009-05-14 14:10:23 EDT (Thu, 14 May 2009)
New Revision: 52998
URL: http://svn.boost.org/trac/boost/changeset/52998
Log:
sync with jamfile
Text files modified: 
   branches/release/libs/functional/hash/test/CMakeLists.txt |     6 ++++--                                  
   1 files changed, 4 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 14:10:23 EDT (Thu, 14 May 2009)
@@ -16,13 +16,15 @@
 #-------------------------------------------------------------------------
 
 SET(tests
-hash_float_test
 hash_fwd_test_1
 hash_fwd_test_2
 hash_number_test
 hash_pointer_test
 hash_function_pointer_test
 hash_string_test
+hash_float_test
+hash_long_double_test
+hash_string_test
 hash_range_test
 hash_custom_test
 hash_global_namespace_test
@@ -34,6 +36,7 @@
 hash_deque_test
 hash_set_test
 hash_map_test
+hash_complex_test
 container_fwd_test
 hash_no_ext_macro_1
 hash_no_ext_macro_2
@@ -48,4 +51,3 @@
 
 boost_test_compile_fail(hash_no_ext_fail_test)
 
-# build-project ../examples ;