$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: grafikrobot_at_[hidden]
Date: 2008-04-13 19:21:58
Author: grafik
Date: 2008-04-13 19:21:57 EDT (Sun, 13 Apr 2008)
New Revision: 44385
URL: http://svn.boost.org/trac/boost/changeset/44385
Log:
Move preprocessor tests into canonical test subdir structure.
Added:
   trunk/libs/preprocessor/test/Jamfile.v2   (contents, props changed)
Text files modified: 
   trunk/status/Jamfile.v2 |    18 +-----------------                      
   1 files changed, 1 insertions(+), 17 deletions(-)
Added: trunk/libs/preprocessor/test/Jamfile.v2
==============================================================================
--- (empty file)
+++ trunk/libs/preprocessor/test/Jamfile.v2	2008-04-13 19:21:57 EDT (Sun, 13 Apr 2008)
@@ -0,0 +1,22 @@
+#~ Copyright Rene Rivera 2008
+#~ Distributed under the Boost Software License, Version 1.0.
+#~ (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+
+import testing ;
+
+test-suite preprocessor
+    :   [ compile arithmetic.cpp ]
+        [ compile array.cpp ]
+        [ compile comparison.cpp ]
+        [ compile control.cpp ]
+        [ compile debug.cpp ]
+        [ compile facilities.cpp ]
+        [ compile iteration.cpp ]
+        [ compile list.cpp ]
+        [ compile logical.cpp ]
+        [ compile repetition.cpp ]
+        [ compile selection.cpp ]
+        [ compile seq.cpp ]
+        [ compile slot.cpp ]
+        [ compile tuple.cpp ]
+    ;
Modified: trunk/status/Jamfile.v2
==============================================================================
--- trunk/status/Jamfile.v2	(original)
+++ trunk/status/Jamfile.v2	2008-04-13 19:21:57 EDT (Sun, 13 Apr 2008)
@@ -69,6 +69,7 @@
 build-project ../libs/optional/test ;          # test-suite optional
 build-project ../libs/parameter/test ;         # test-suite parameter
 build-project ../libs/pool/test ;              # test-suite pool
+build-project ../libs/preprocessor/test ;      # test-suite preprocessor
 build-project ../libs/program_options/test ;   # test-suite program_options
 build-project ../libs/property_map/test ;      # test-suite property_map
 build-project ../libs/ptr_container/test ;     # test-suite ptr_container
@@ -146,23 +147,6 @@
           [ compile-fail libs/config/test/threads/test_thread_fail2.cpp ]
         ;
 
-    test-suite preprocessor
-        : [ compile libs/preprocessor/test/arithmetic.cpp ]
-          [ compile libs/preprocessor/test/array.cpp ]
-          [ compile libs/preprocessor/test/comparison.cpp ]
-          [ compile libs/preprocessor/test/control.cpp ]
-          [ compile libs/preprocessor/test/debug.cpp ]
-          [ compile libs/preprocessor/test/facilities.cpp ]
-          [ compile libs/preprocessor/test/iteration.cpp ]
-          [ compile libs/preprocessor/test/list.cpp ]
-          [ compile libs/preprocessor/test/logical.cpp ]
-          [ compile libs/preprocessor/test/repetition.cpp ]
-          [ compile libs/preprocessor/test/selection.cpp ]
-          [ compile libs/preprocessor/test/seq.cpp ]
-          [ compile libs/preprocessor/test/slot.cpp ]
-          [ compile libs/preprocessor/test/tuple.cpp ]
-        ;
-
     test-suite rational
         : [ run libs/rational/rational_example.cpp ]
           [ run libs/rational/rational_test.cpp unit_test_framework ]