Changes between Version 22 and Version 23 of CMakeModularizationStatus
- Timestamp:
- Jan 2, 2012, 7:48:19 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CMakeModularizationStatus
v22 v23 70 70 together, with the latest state of each library. Each time there's a change in the modularized state, we kick off integration tests. 71 71 72 To run integration test on a local machine, start in a clone of the modularized state :72 To run integration test on a local machine, start in a clone of the modularized state. If you ran modularization locally following the directions above, you can just ```cd ../modules```. Otherwise: 73 73 74 74 {{{ … … 127 127 = How Can I Help? = 128 128 129 Read the section on [#PortingTestJamfiles porting test Jamfiles] and close a few of the [https://github.com/ryppl/boost-modularize/issues/search?q=unit+tests&state=open open tickets]. Most of these should be easy even if you don't know much about Boost.Build or CMake! 129 Set up an integration testing installation by following the directions [#IntegrationTesting above]. 130 While that is building, read the section on [#PortingTestJamfiles porting test Jamfiles]. Then, close a few of the [https://github.com/ryppl/boost-modularize/issues/search?q=unit+tests&state=open open tickets]. After looking at a few of the [https://github.com/ryppl/boost-modularize/issues/search?q=unit+tests&state=closed completed CMakeLists.txt files] (follow the commit links in the tickets), most of these should be easy and obvious textual transformations even if you don't know much about Boost.Build or CMake!