Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r51199 - in sandbox/numeric_bindings/libs/numeric/bindings: test tools
From: rutger_at_[hidden]
Date: 2009-02-11 09:12:20


Author: rutger
Date: 2009-02-11 09:12:19 EST (Wed, 11 Feb 2009)
New Revision: 51199
URL: http://svn.boost.org/trac/boost/changeset/51199

Log:
disabled test case generation for now

Added:
   sandbox/numeric_bindings/libs/numeric/bindings/test/
Text files modified:
   sandbox/numeric_bindings/libs/numeric/bindings/tools/lapack_generator.py | 8 ++++----
   1 files changed, 4 insertions(+), 4 deletions(-)

Modified: sandbox/numeric_bindings/libs/numeric/bindings/tools/lapack_generator.py
==============================================================================
--- sandbox/numeric_bindings/libs/numeric/bindings/tools/lapack_generator.py (original)
+++ sandbox/numeric_bindings/libs/numeric/bindings/tools/lapack_generator.py 2009-02-11 09:12:19 EST (Wed, 11 Feb 2009)
@@ -1038,15 +1038,15 @@
   target_path = bindings_target_path + level
   if not os.path.exists( target_path ):
     os.mkdir( target_path )
- if not os.path.exists( test_target_path + level ):
- os.mkdir( test_target_path + level )
+ #if not os.path.exists( test_target_path + level ):
+ # os.mkdir( test_target_path + level )
 
   for problem_type, problem_properties in level_properties.iteritems():
     if problem_properties.has_key( 'routines_by_value_type' ):
       write_functions( function_info_map, problem_properties[ 'routines_by_value_type' ], templates, target_path )
 
- write_test_case( function_info_map, problem_properties[ 'routines_by_value_type' ], templates, test_target_path + level, level )
+ #write_test_case( function_info_map, problem_properties[ 'routines_by_value_type' ], templates, test_target_path + level, level )
 
- write_cmakefile( level_properties, templates, test_target_path + level )
+ #write_cmakefile( level_properties, templates, test_target_path + level )
 
 


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