2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-01 08:22:15 +00:00
Files
build/test/test-config-example.jam
Vladimir Prus 2a1beb0e9e Correct paths
[SVN r34622]
2006-07-20 08:55:13 +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/Store/docbook/xsl
: /home/ghost/Store/docbook/dtd
: /home/ghost/Work/boost-rc/tools/boostbook
;
using doxygen ;