Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/tools/quickbook/test/Jamfile.v2 @ 32

Last change on this file since 32 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

File size: 554 bytes
Line 
1#
2#   Copyright (c) 2005 João Abecasis
3#
4#   Distributed under the Boost Software License, Version 1.0. (See
5#   accompanying file LICENSE_1_0.txt or copy at
6#   http://www.boost.org/LICENSE_1_0.txt)
7#
8
9project test ;
10
11import quickbook-testing : quickbook-test ;
12
13test-suite quickbook.test :
14    [ quickbook-test quickbook-manual ]
15    [ quickbook-test code-block-1 ]
16    [ quickbook-test code-block-2 ]
17    [ quickbook-test code-snippet ]
18    [ quickbook-test preformatted ]
19    [ quickbook-test link-side-by-side ]
20    [ quickbook-test escape ]
21    ;
Note: See TracBrowser for help on using the repository browser.