mirror of
https://github.com/boostorg/quickbook.git
synced 2026-01-26 18:52:26 +00:00
Imports were failing because doc info expected values. The process_state stuff is too fragile, so instead just process the contents of a conditional phrase and discard them afterwards. Still suppresses all elements. [SVN r71062]
35 lines
1.0 KiB
Plaintext
35 lines
1.0 KiB
Plaintext
#
|
|
# Copyright (c) 2011 Daniel James
|
|
#
|
|
# 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/includes
|
|
: requirements
|
|
<toolset>msvc:<debug-symbols>off
|
|
;
|
|
|
|
import quickbook-testing : quickbook-test quickbook-error-test ;
|
|
|
|
test-suite quickbook.test :
|
|
[ quickbook-test import-basic-1.6 ]
|
|
[ quickbook-test filename ]
|
|
[ quickbook-test filename-path : : : <quickbook-test-include>sub ]
|
|
[ quickbook-test doc-title1-1.5 ]
|
|
[ quickbook-test doc-title1a-1.5 ]
|
|
[ quickbook-test section ]
|
|
[ quickbook-test section-unclosed ]
|
|
[ quickbook-test templates-1.5 ]
|
|
[ quickbook-test templates-1.6 ]
|
|
[ quickbook-test macros-1.5 ]
|
|
[ quickbook-test macros-1.6 ]
|
|
[ quickbook-test code-import ]
|
|
[ quickbook-test code-include ]
|
|
[ quickbook-test include-id-1.5 ]
|
|
[ quickbook-test include-id-1.6 ]
|
|
[ quickbook-error-test section-fail1 ]
|
|
[ quickbook-error-test section-fail2 ]
|
|
;
|