From c40b30664750da870f97be7c616e6c4ba5186f20 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 67eee62..7ddae31 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,3 +1,6 @@ +boost_additional_test_dependencies(tokenizer BOOST_DEPENDS test intrusive) + + boost_test_run(smart_ptr_test) boost_test_run(shared_ptr_basic_test) boost_test_run(shared_ptr_test)