Changes between Version 3 and Version 4 of TestingOnBoost
- Timestamp:
- Feb 10, 2006, 5:17:37 PM (20 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TestingOnBoost
v3 v4 14 14 }}} 15 15 This assumes that the compiler is in {{{PATH}}}. 16 17 You also need to configure the location of Python, for testing of Boost.Python library. Add the following to {{{user-config.jam}}}: 18 {{{ 19 using python : 2.3 : /usr ; 20 }}} 21 Adjust the version number, and the installation root accordingly. 16 22 17 23 == Verify regression tests setup ==
