Boost logo

Boost-Commit :

From: asutton_at_[hidden]
Date: 2007-09-04 13:38:36


Author: asutton
Date: 2007-09-04 13:38:35 EDT (Tue, 04 Sep 2007)
New Revision: 39116
URL: http://svn.boost.org/trac/boost/changeset/39116

Log:
Adding Jamfile

Added:
   sandbox/graph-v2/libs/property_map/test/compile/Jamfile (contents, props changed)

Added: sandbox/graph-v2/libs/property_map/test/compile/Jamfile
==============================================================================
--- (empty file)
+++ sandbox/graph-v2/libs/property_map/test/compile/Jamfile 2007-09-04 13:38:35 EDT (Tue, 04 Sep 2007)
@@ -0,0 +1,18 @@
+# (C) Andrew Sutton 2007
+#
+# 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 ;
+
+project
+ : requirements
+ <include>$BOOST_ROOT
+ <include>../../../../
+ ;
+
+test-suite property-map-test :
+ [ compile identity.cpp ]
+ [ compile compile.cpp ]
+ ;


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