diff --git a/test/Jamfile b/test/Jamfile index ecb7fa7b..7dc873a7 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -4,82 +4,60 @@ subproject libs/regex/test ; SEARCH on testing.jam = $(BOOST_BUILD_PATH) ; include testing.jam ; -local test-dir = $(BOOST_ROOT)$(SLASH)libs$(SLASH)regex$(SLASH)test$(SLASH)regress$(SLASH) ; - -local test-files = $(test-dir)tests.txt - # dwa -- not sure if this is generally applicable - # $(test-dir)test1252.txt +template test + : ../build/boost_regex # sources + : BOOST_REGEX_NO_LIB=1 # requirements + BOOST_REGEX_STATIC_LINK=1 + multi ; + +template regression + :