|
Boost-Commit : |
From: asutton_at_[hidden]
Date: 2007-08-24 09:44:29
Author: asutton
Date: 2007-08-24 09:44:29 EDT (Fri, 24 Aug 2007)
New Revision: 38897
URL: http://svn.boost.org/trac/boost/changeset/38897
Log:
Added top-level test Jamfile
Added:
sandbox/SOC/2007/graphs/libs/graph/test/Jamfile.v2 (contents, props changed)
Added: sandbox/SOC/2007/graphs/libs/graph/test/Jamfile.v2
==============================================================================
--- (empty file)
+++ sandbox/SOC/2007/graphs/libs/graph/test/Jamfile.v2 2007-08-24 09:44:29 EDT (Fri, 24 Aug 2007)
@@ -0,0 +1,14 @@
+
+project
+ : requirements
+ <include>../../../
+ <include>$BOOST_ROOT
+ ;
+
+# Tests are explicitly separated into either runtime (unit) tests
+# or compile-time (concept and constraint) tests. This is just an
+# organizational decision since types and algorithms are subject
+# to both types of tests.
+
+build-project runtime ;
+build-project compile ;
\ 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