|
Boost-Commit : |
From: dgregor_at_[hidden]
Date: 2007-05-17 12:18:14
Author: dgregor
Date: 2007-05-17 12:18:13 EDT (Thu, 17 May 2007)
New Revision: 4098
URL: http://svn.boost.org/trac/boost/changeset/4098
Log:
Testing for disjoint sets, integer, and functional libraries
Added:
sandbox/troy/boost_1_34_0/libs/disjoint_sets/CMakeLists.txt
sandbox/troy/boost_1_34_0/libs/disjoint_sets/test/
sandbox/troy/boost_1_34_0/libs/disjoint_sets/test/CMakeLists.txt
sandbox/troy/boost_1_34_0/libs/functional/test/
sandbox/troy/boost_1_34_0/libs/functional/test/CMakeLists.txt
sandbox/troy/boost_1_34_0/libs/integer/CMakeLists.txt
sandbox/troy/boost_1_34_0/libs/integer/test/CMakeLists.txt
Text files modified:
sandbox/troy/boost_1_34_0/libs/functional/CMakeLists.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Added: sandbox/troy/boost_1_34_0/libs/disjoint_sets/CMakeLists.txt
==============================================================================
--- (empty file)
+++ sandbox/troy/boost_1_34_0/libs/disjoint_sets/CMakeLists.txt 2007-05-17 12:18:13 EDT (Thu, 17 May 2007)
@@ -0,0 +1,4 @@
+boost_library_subproject(
+ Disjoint_sets
+ TESTDIRS test
+)
\ No newline at end of file
Added: sandbox/troy/boost_1_34_0/libs/disjoint_sets/test/CMakeLists.txt
==============================================================================
--- (empty file)
+++ sandbox/troy/boost_1_34_0/libs/disjoint_sets/test/CMakeLists.txt 2007-05-17 12:18:13 EDT (Thu, 17 May 2007)
@@ -0,0 +1 @@
+boost_test_run(disjoint_set_test SOURCES ../disjoint_set_test.cpp)
\ No newline at end of file
Modified: sandbox/troy/boost_1_34_0/libs/functional/CMakeLists.txt
==============================================================================
--- sandbox/troy/boost_1_34_0/libs/functional/CMakeLists.txt (original)
+++ sandbox/troy/boost_1_34_0/libs/functional/CMakeLists.txt 2007-05-17 12:18:13 EDT (Thu, 17 May 2007)
@@ -1,5 +1,5 @@
boost_library_subproject(
Functional
- TESTDIRS hash/test hash/examples
+ TESTDIRS test hash/test hash/examples
)
Added: sandbox/troy/boost_1_34_0/libs/functional/test/CMakeLists.txt
==============================================================================
--- (empty file)
+++ sandbox/troy/boost_1_34_0/libs/functional/test/CMakeLists.txt 2007-05-17 12:18:13 EDT (Thu, 17 May 2007)
@@ -0,0 +1 @@
+boost_test_run(function_test SOURCES ../function_test.cpp)
Added: sandbox/troy/boost_1_34_0/libs/integer/CMakeLists.txt
==============================================================================
--- (empty file)
+++ sandbox/troy/boost_1_34_0/libs/integer/CMakeLists.txt 2007-05-17 12:18:13 EDT (Thu, 17 May 2007)
@@ -0,0 +1,4 @@
+boost_library_subproject(
+ Integer
+ TESTDIRS test
+)
\ No newline at end of file
Added: sandbox/troy/boost_1_34_0/libs/integer/test/CMakeLists.txt
==============================================================================
--- (empty file)
+++ sandbox/troy/boost_1_34_0/libs/integer/test/CMakeLists.txt 2007-05-17 12:18:13 EDT (Thu, 17 May 2007)
@@ -0,0 +1,4 @@
+boost_test_run(cstdint_test SOURCES ../cstdint_test.cpp)
+boost_test_run(integer_test SOURCES ../integer_test.cpp)
+boost_test_run(integer_traits_test SOURCES ../integer_traits_test.cpp
+ LIBRARIES boost_test_exec_monitor-static)
\ No newline at end of file
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk