mirror of
https://github.com/boostorg/build.git
synced 2026-02-13 12:22:17 +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]
13 lines
240 B
Plaintext
13 lines
240 B
Plaintext
|
|
module build-system { rule __dummy { } } # Keep the bogus assertion in Jambase happy
|
|
|
|
import string ;
|
|
import numbers ;
|
|
import sequence ;
|
|
import class ;
|
|
import os ;
|
|
import os.path ;
|
|
import feature ;
|
|
import property ;
|
|
import build-request ;
|