test-config-example.jam 655 B

12345678910111213141516171819
  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)
  4. # Skeleton for test configuration. If your local configuration
  5. # interferes with testing, rename this files to 'test-system.jam'
  6. # and tweak it. When tests are run, only this file will be loaded,
  7. # while site-config.jam and user-config.jam will be ignored.
  8. using gcc ;
  9. using boostbook
  10. : /home/ghost/Store/docbook/xsl
  11. : /home/ghost/Store/docbook/dtd
  12. : /home/ghost/Work/Boost/boost-svn/tools/boostbook
  13. ;
  14. using doxygen ;
  15. using qt4 : /usr/share/qt4 ;