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)