Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r72266 - sandbox/numpy/libs/python/numpy/test
From: ankitdaf_at_[hidden]
Date: 2011-05-29 14:34:22


Author: ankitdaf
Date: 2011-05-29 14:34:21 EDT (Sun, 29 May 2011)
New Revision: 72266
URL: http://svn.boost.org/trac/boost/changeset/72266

Log:
Updated to include the numpy.jam module
Text files modified:
   sandbox/numpy/libs/python/numpy/test/Jamfile | 16 ++++------------
   1 files changed, 4 insertions(+), 12 deletions(-)

Modified: sandbox/numpy/libs/python/numpy/test/Jamfile
==============================================================================
--- sandbox/numpy/libs/python/numpy/test/Jamfile (original)
+++ sandbox/numpy/libs/python/numpy/test/Jamfile 2011-05-29 14:34:21 EDT (Sun, 29 May 2011)
@@ -1,5 +1,5 @@
-import testing ;
-import python ;
+import numpy ;
+
 
 use-project /boost/numpy : ../src ;
 project /boost/numpy/test
@@ -8,19 +8,11 @@
     #<include>/usr/include/python2.7
  ;
 
-rule numpy-test ( name : sources * : requirements * )
-{
- # local s ;
- sources ?= $(name).py $(name)_mod.cpp ;
- return [ testing.make-test run-pyd : $(sources) /boost/numpy//boost_numpy
- : $(requirements) : $(name) ] ;
-}
-
 
 test-suite numpy
   :
 
-[ numpy-test templates ]
-[ numpy-test ufunc ]
+[ numpy.numpy-test templates ]
+[ numpy.numpy-test ufunc ]
 
   ;


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