]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/tools/build/test/test-config-example.jam
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / test / test-config-example.jam
CommitLineData
1e59de90
TL
1# Copyright 2004, 2005, 2006 Vladimir Prus
2# Distributed under the Boost Software License, Version 1.0.
3# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt)
7c673cae
FG
4
5
1e59de90 6# Skeleton for test configuration. If your local configuration
7c673cae
FG
7# interferes with testing, rename this files to 'test-system.jam'
8# and tweak it. When tests are run, only this file will be loaded,
9# while site-config.jam and user-config.jam will be ignored.
10
11using gcc ;
12
1e59de90 13using boostbook
7c673cae
FG
14 : /home/ghost/Store/docbook/xsl
15 : /home/ghost/Store/docbook/dtd
16 : /home/ghost/Work/Boost/boost-svn/tools/boostbook
1e59de90 17 ;
7c673cae
FG
18using doxygen ;
19using qt4 : /usr/share/qt4 ;