Boost logo

Boost-Commit :

From: asutton_at_[hidden]
Date: 2007-09-06 10:00:17


Author: asutton
Date: 2007-09-06 10:00:17 EDT (Thu, 06 Sep 2007)
New Revision: 39139
URL: http://svn.boost.org/trac/boost/changeset/39139

Log:
Rewrote top-level test Jamfile

Text files modified:
   sandbox/graph-v2/libs/property_map/test/Jamfile.v2 | 26 +++++++++++++++-----------
   1 files changed, 15 insertions(+), 11 deletions(-)

Modified: sandbox/graph-v2/libs/property_map/test/Jamfile.v2
==============================================================================
--- sandbox/graph-v2/libs/property_map/test/Jamfile.v2 (original)
+++ sandbox/graph-v2/libs/property_map/test/Jamfile.v2 2007-09-06 10:00:17 EDT (Thu, 06 Sep 2007)
@@ -1,16 +1,20 @@
-# Function library
-
-# Copyright (C) 2005 Trustees of Indiana University
+# (C) Copyright Trustees of Indiana University 2005
+# (C) Copyright Andrew Sutton 2007
 #
 # Author: Douglas Gregor
+# Andrew Sutton
+#
+# Use, modification and distribution is subject to 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)
 #
-# Use, modification and distribution is subject to 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)
-
 # For more information, see http://www.boost.org/
 
-test-suite property_map
- : [ compile property_map_cc.cpp ]
- [ run dynamic_properties_test.cpp ]
- ;
+project
+ : requirements
+ <include>../../../
+ <include>$BOOST_ROOT
+ ;
+
+# build-project runtime ;
+build-project compile ;


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