2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 12:22:17 +00:00
Files
build/test/test.jam
Vladimir Prus 05219612c8 Test system fixes.
* 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]
2002-05-06 07:22:46 +00:00

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 ;