Imported Upstream version 1.57.0
[platform/upstream/boost.git] / tools / build / test / test-config-example.jam
1 # Copyright 2004, 2005, 2006 Vladimir Prus 
2 # Distributed under the Boost Software License, Version 1.0. 
3 # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) 
4
5
6 # Skeleton for test configuration. If your local configuration 
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
11 using gcc ;
12
13 using boostbook 
14      : /home/ghost/Store/docbook/xsl
15      : /home/ghost/Store/docbook/dtd
16      : /home/ghost/Work/Boost/boost-svn/tools/boostbook
17      ; 
18 using doxygen ;
19 using qt4 : /usr/share/qt4 ;