mirror of
https://github.com/boostorg/build.git
synced 2026-02-17 01:32:12 +00:00
* test/BoostBuild.py (Tester.__init__): New paremeter 'arguments'. Add
BOOST_BUILD_PATH to the command line.
(Tester.set_tree): Make files writable after copying.
(Tester.copy): New method
(Test.read): Open file in read mode.
* test/test_system.html: Documented the above changes. Small cleanups.
* new/test.jam: Remove bootstrap code.
* new/readme.txt: Changed command line for running unit tests.
[SVN r13678]
9 lines
179 B
Plaintext
9 lines
179 B
Plaintext
Development code for new build system. To run unit tests for jam code, execute:
|
|
|
|
bjam --debug --build-system=test
|
|
|
|
Comprehensive tests require Python. See ../test/readme.txt
|
|
|
|
|
|
|