Boost logo

Boost-Commit :

From: dgregor_at_[hidden]
Date: 2007-05-17 11:57:46


Author: dgregor
Date: 2007-05-17 11:57:45 EDT (Thu, 17 May 2007)
New Revision: 4097
URL: http://svn.boost.org/trac/boost/changeset/4097

Log:
Testing for the Preprocessor library

Added:
   sandbox/troy/boost_1_34_0/libs/preprocessor/CMakeLists.txt
   sandbox/troy/boost_1_34_0/libs/preprocessor/test/CMakeLists.txt

Added: sandbox/troy/boost_1_34_0/libs/preprocessor/CMakeLists.txt
==============================================================================
--- (empty file)
+++ sandbox/troy/boost_1_34_0/libs/preprocessor/CMakeLists.txt 2007-05-17 11:57:45 EDT (Thu, 17 May 2007)
@@ -0,0 +1,4 @@
+boost_library_subproject(
+ Preprocessor
+ TESTDIRS test
+)
\ No newline at end of file

Added: sandbox/troy/boost_1_34_0/libs/preprocessor/test/CMakeLists.txt
==============================================================================
--- (empty file)
+++ sandbox/troy/boost_1_34_0/libs/preprocessor/test/CMakeLists.txt 2007-05-17 11:57:45 EDT (Thu, 17 May 2007)
@@ -0,0 +1,14 @@
+boost_test_compile(arithmetic)
+boost_test_compile(array)
+boost_test_compile(comparison)
+boost_test_compile(control)
+boost_test_compile(debug)
+boost_test_compile(facilities)
+boost_test_compile(iteration)
+boost_test_compile(list)
+boost_test_compile(logical)
+boost_test_compile(repetition)
+boost_test_compile(selection)
+boost_test_compile(seq)
+boost_test_compile(slot)
+boost_test_compile(tuple)


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