From 8fd93d38bb0c56dc4935633360cc534d6f01b72e Mon Sep 17 00:00:00 2001 From: "Troy D. Straszheim" Date: Thu, 14 May 2009 19:58:42 +0000 Subject: [PATCH] more cmakefile tweaks [SVN r52999] --- test/CMakeLists.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 25e3294..fd27083 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -21,6 +21,8 @@ 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_float_test hash_long_double_test @@ -43,8 +45,8 @@ 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})