mirror of
https://github.com/boostorg/build.git
synced 2026-02-13 00:12:11 +00:00
Fix --dump-tests.
[SVN r32334]
This commit is contained in:
@@ -211,9 +211,14 @@ rule dump-test ( target )
|
||||
{
|
||||
if [ class.is-a $(s) : file-reference ]
|
||||
{
|
||||
local location =
|
||||
[ path.root
|
||||
[ path.root [ $(s).name ] [ $(s).location ] ]
|
||||
[ path.pwd ] ] ;
|
||||
|
||||
source-files +=
|
||||
[ path.relative
|
||||
[ path.root [ $(s).location ] [ path.pwd ] ]
|
||||
$(location)
|
||||
[ path.root $(project-root) [ path.pwd ] ] ] ;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user