From 4e452cb734c1dde597cf46dc09492348cef1bd1e 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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 6fa2d20..c61971b 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,2 +1,5 @@ +boost_additional_test_dependencies(tuple BOOST_DEPENDS test) + + boost_test_run(tuple_test_bench DEPENDS boost_test_exec_monitor) boost_test_run(io_test DEPENDS boost_test_exec_monitor)