2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00
Files
build/test/test-config-example.jam
Vladimir Prus 0e9feaa004 Minor fixes
[SVN r34613]
2006-07-20 07:32:03 +00:00

15 lines
452 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.
using gcc ;
using borland ;
using boostbook
: /home/ghost/build/docbook/xsl
: /home/ghost/build/docbook/dtd
: /home/ghost/Work/boost-rc/tools/boostbook
;
using doxygen ;