From ccaec4eb947f60b00a357136baa306cf45070787 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sat, 10 Oct 2009 15:09:02 +0000 Subject: [PATCH] Copy the unordered and hash CMake files from release. [SVN r56704] --- hash/test/CMakeLists.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/hash/test/CMakeLists.txt b/hash/test/CMakeLists.txt index 8e90152..ca45f5d 100644 --- a/hash/test/CMakeLists.txt +++ b/hash/test/CMakeLists.txt @@ -22,12 +22,13 @@ endif(GCC) #------------------------------------------------------------------------- SET(tests -hash_float_test hash_fwd_test_1 hash_fwd_test_2 hash_number_test hash_pointer_test hash_function_pointer_test +hash_float_test +hash_long_double_test hash_string_test hash_range_test hash_custom_test @@ -40,18 +41,18 @@ hash_list_test 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 ) 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}) boost_test_compile_fail(hash_no_ext_fail_test) -# build-project ../examples ;