Changes between Version 3 and Version 4 of TestingOnBoost


Ignore:
Timestamp:
Feb 10, 2006, 5:17:37 PM (20 years ago)
Author:
ghost
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TestingOnBoost

    v3 v4  
    1414}}}
    1515This assumes that the compiler is in {{{PATH}}}.
     16
     17You also need to configure the location of Python, for testing of Boost.Python library. Add the following to {{{user-config.jam}}}:
     18{{{
     19using python : 2.3 : /usr ;
     20}}}
     21Adjust the version number, and the installation root accordingly.
    1622
    1723== Verify regression tests setup ==