2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Minor stylistic comment change in the Boost Build tools/testing.jam module.

[SVN r47825]
This commit is contained in:
Jurko Gospodnetić
2008-07-26 00:16:07 +00:00
parent bd7ef4763d
commit 4da9b90afb

View File

@@ -111,9 +111,9 @@ rule make-test ( target-type : sources + : requirements * : target-name ? )
}
# Remember the test (for --dump-tests). A good way would be to collect all
# given a project. This has some technical problems: e.g. we can't call this
# dump from Jamfile since projects referred by 'build-project' are not
# available until the whole Jamfile is loaded.
# given a project. This has some technical problems: e.g. we can not call
# this dump from a Jamfile since projects referred by 'build-project' are
# not available until the whole Jamfile has been loaded.
.all-tests += $(t) ;
return $(t) ;
}