2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-20 02:32:13 +00:00
Files
build/test/test-config.jam.in
Vladimir Prus a99af5e8a9 Add test-config.jam skeleton.
[SVN r18323]
2003-04-28 07:45:02 +00:00

11 lines
330 B
Plaintext

# Skeleton for test configuration. If your local configuration
# interferes with testing, rename this files to 'test-system.jam'
# and tweak it. When tests are run, only this file will be loaded,
# while site-config.jam and user-config.jam will be ignored.
import toolset : using ;
using gcc ;
# using msvc ;
# using borland ;