Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r71073 - sandbox/shifted_ptr/libs/smart_ptr/example
From: phil_at_[hidden]
Date: 2011-04-07 04:32:28


Author: pbouchard
Date: 2011-04-07 04:32:26 EDT (Thu, 07 Apr 2011)
New Revision: 71073
URL: http://svn.boost.org/trac/boost/changeset/71073

Log:
* Adding Jamfile
Added:
   sandbox/shifted_ptr/libs/smart_ptr/example/Jamfile.v2 (contents, props changed)

Added: sandbox/shifted_ptr/libs/smart_ptr/example/Jamfile.v2
==============================================================================
--- (empty file)
+++ sandbox/shifted_ptr/libs/smart_ptr/example/Jamfile.v2 2011-04-07 04:32:26 EDT (Thu, 07 Apr 2011)
@@ -0,0 +1,33 @@
+# Shifted Pointer
+#
+# Copyright (c) 2011
+# Phil Bouchard
+#
+# 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
+
+using testing ;
+
+if ! $(BOOST_ROOT)
+{
+ BOOST_ROOT = [ modules.peek : BOOST_ROOT ] ;
+}
+
+# bjam -V2 threading=multi target-os=cygwin threadapi=pthread variant=debug
+
+project :
+ : requirements
+ <include>../../..
+ <include>$(BOOST_ROOT)
+ <warnings>all
+;
+
+test-suite "shifted_ptr_tests" :
+ [ run shifted_ptr_test1.cpp ]
+ [ run shifted_ptr_test2.cpp ]
+ #[ run shifted_ptr_test3.cpp /boost//boost_unit_test_framework ]
+ #[ run local_pool_test1.cpp ]
+ #[ run local_pool_test2.cpp ]
+ #[ run t100_test1.cpp /boost//boost_regex ]
+ ;


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