mirror of
https://github.com/boostorg/quickbook.git
synced 2026-01-27 19:12:17 +00:00
25 lines
649 B
Plaintext
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 ]
|
|
;
|