From d2828d68c93ea987b3a785646554345ad67b6514 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Fri, 20 Feb 2004 11:23:16 +0000 Subject: [PATCH] GLOB rule needs absolute path when called from boost-root/status (ie when the current directory is not this directory). [SVN r22334] --- test/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile b/test/Jamfile index 162673b..4756165 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -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)