mirror of
https://github.com/boostorg/quickbook.git
synced 2026-01-26 06:42:27 +00:00
This is more consistent than it is at the moment. For the __FILENAME__ macro, use the path relative to the original file or the location last matched on the include path. This ensures that the macro is consistent no matter which directory you call quickbook from. Also enable `__FILENAME__` in debug mode - so I can test this. [SVN r70230]
19 lines
493 B
Plaintext
19 lines
493 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/includes
|
|
: requirements
|
|
<toolset>msvc:<debug-symbols>off
|
|
;
|
|
|
|
import quickbook-testing : quickbook-test quickbook-error-test ;
|
|
|
|
test-suite quickbook.test :
|
|
[ quickbook-test filename ]
|
|
[ quickbook-test filename-path : : : <quickbook-test-include>sub ]
|
|
; |