mirror of
https://github.com/boostorg/quickbook.git
synced 2026-02-22 03:32:21 +00:00
The macro syntax has been tightened up in 1.6, so that fewer characters are available for macro identifiers. But macros can still be defined using the older quickbook versions When such macros are defined, prevent them from expanding in a quickbook 1.6 document. [SVN r75630]
20 lines
468 B
Plaintext
20 lines
468 B
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/versions
|
|
: requirements
|
|
<toolset>msvc:<debug-symbols>off
|
|
;
|
|
|
|
import quickbook-testing : quickbook-test quickbook-error-test ;
|
|
|
|
test-suite quickbook.test :
|
|
[ quickbook-test versions-1_6 ]
|
|
[ quickbook-test invalid_macro-1_6 ]
|
|
;
|