Files
quickbook/test/Jamfile.v2
2006-12-20 15:41:53 +00:00

25 lines
649 B
Plaintext

#
# Copyright (c) 2005 João Abecasis
#
# Distributed under the Boost Software License, Version 1.0. (See
# accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
#
project test ;
import quickbook-testing : quickbook-test ;
test-suite quickbook.test :
[ quickbook-test quickbook-manual ]
[ quickbook-test code-block-1 ]
[ quickbook-test code-block-2 ]
[ quickbook-test code-snippet ]
[ quickbook-test preformatted ]
[ quickbook-test link-side-by-side ]
[ quickbook-test escape ]
[ quickbook-test templates ]
[ quickbook-test xinclude ]
[ quickbook-test import ]
;