2
0
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:
Vladimir Prus
2006-01-16 09:52:02 +00:00
parent ae51f11566
commit f511434709

View File

@@ -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 ] ] ] ;
}
}