forked from boostorg/type_traits
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:
@ -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)
|
||||
|
Reference in New Issue
Block a user