2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-02 20:52:13 +00:00
Files
build/test/test-config-example.jam
Vladimir Prus d4fa3d6092 Added Boostbook test
[SVN r26601]
2004-12-29 11:47:59 +00:00

17 lines
512 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 : : "P:/Program Files/Microsoft Visual Studio/vc98" : : vcvars32-p.bat ;
using borland ;
using boostbook
: /home/ghost/build/docbook/xsl
: /home/ghost/build/docbook/dtd
;
using doxygen ;