[pygccxml-commit] SF.net SVN: pygccxml:[1722] pyplusplus_dev
Brought to you by:
mbaas,
roman_yakovenko
From: <rom...@us...> - 2009-05-11 19:15:58
|
Revision: 1722 http://pygccxml.svn.sourceforge.net/pygccxml/?rev=1722&view=rev Author: roman_yakovenko Date: 2009-05-11 19:15:45 +0000 (Mon, 11 May 2009) Log Message: ----------- porting few tests to linux Modified Paths: -------------- pyplusplus_dev/environment.py pyplusplus_dev/unittests/custom_smart_ptr_classes_tester.py pyplusplus_dev/unittests/gccxml.cfg Modified: pyplusplus_dev/environment.py =================================================================== --- pyplusplus_dev/environment.py 2009-05-11 19:14:10 UTC (rev 1721) +++ pyplusplus_dev/environment.py 2009-05-11 19:15:45 UTC (rev 1722) @@ -44,7 +44,7 @@ scons.ccflags = ['-DBOOST_PYTHON_NO_PY_SIGNATURES' ] boost.libs = ['/home/roman/include/libs' ] boost.include = '/home/roman/boost_svn' - python.include = '/usr/include/python2.5' + python.include = '/usr/include/python2.6' elif 'root' == getpass.getuser(): if sys.platform == 'win32': scons.suffix = '.pyd' Modified: pyplusplus_dev/unittests/custom_smart_ptr_classes_tester.py =================================================================== --- pyplusplus_dev/unittests/custom_smart_ptr_classes_tester.py 2009-05-11 19:14:10 UTC (rev 1721) +++ pyplusplus_dev/unittests/custom_smart_ptr_classes_tester.py 2009-05-11 19:15:45 UTC (rev 1722) @@ -9,6 +9,7 @@ import fundamental_tester_base EXPECTED_ERROR_INFO = "I don't have time to find out what is going wrong" +EXPECTED_FAILURE_INFO = EXPECTED_ERROR_INFO MODULE_SPTR_DECL_CODE = \ Modified: pyplusplus_dev/unittests/gccxml.cfg =================================================================== --- pyplusplus_dev/unittests/gccxml.cfg 2009-05-11 19:14:10 UTC (rev 1721) +++ pyplusplus_dev/unittests/gccxml.cfg 2009-05-11 19:15:45 UTC (rev 1722) @@ -9,5 +9,5 @@ #gccxml has a nice algorithms, which selects what C++ compiler to emulate. #You can explicitly set what compiler it should emulate. #Valid options are: g++, msvc6, msvc7, msvc71, msvc8, cl. -compiler=msvc9 +compiler= #GCC-XML site: http://gccxml.org/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |