From 768023af1ad3aad4c5336977fa6f992ee325642f Mon Sep 17 00:00:00 2001 From: "Michael A. Jackson" Date: Fri, 7 Nov 2008 17:02:56 +0000 Subject: [PATCH] Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use. [SVN r49627] --- test/CMakeLists.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index e332eb1..eca38ae 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,8 +1,9 @@ +boost_additional_test_dependencies(integer BOOST_DEPENDS test) + boost_test_run(cstdint_test cstdint_test.cpp) -boost_test_run(integer_mask_test integer_mask_test.cpp) -boost_test_run(integer_test integer_test.cpp) -boost_test_run(integer_traits_test integer_traits_test.cpp - DEPENDS boost_test_exec_monitor) +boost_test_run(integer_mask_test integer_mask_test.cpp DEPENDS boost_test_exec_monitor) +boost_test_run(integer_test integer_test.cpp DEPENDS boost_test_exec_monitor) +boost_test_run(integer_traits_test integer_traits_test.cpp DEPENDS boost_test_exec_monitor) boost_test_run(issue_2134 issue_2134.cpp) -boost_test_run(static_log2_test static_log2_test.cpp) -boost_test_run(static_min_max_test static_min_max_test.cpp) +boost_test_run(static_log2_test static_log2_test.cpp DEPENDS boost_test_exec_monitor) +boost_test_run(static_min_max_test static_min_max_test.cpp DEPENDS boost_test_exec_monitor)