GLOB rule needs absolute path when called from boost-root/status (ie when the current directory is not this directory).

[SVN r22334]
This commit is contained in:
John Maddock
2004-02-20 11:23:16 +00:00
parent ffb50c36ac
commit d2828d68c9

View File

@ -24,7 +24,7 @@ import testing ;
# all the files *_test.cpp, but any badly named examples can
# be added to this list :-)
#
TEST_SOURCES = [ GLOB . : *_test.cpp ]
TEST_SOURCES = [ GLOB $(BOOST_ROOT)/libs/type_traits/test : *_test.cpp ]
udt_specialisations.cpp ;
if --type-traits-unit-test in $(ARGV)