From fdaa15c2906358c9b5765bbcad213cbb5c57ac17 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Sun, 7 Mar 2004 14:18:27 +0000 Subject: [PATCH] Remove spurious colons which prevent bjam from seeing all of string_algo when string_algo is explicitly specified as a build target [SVN r22451] --- string/test/Jamfile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/string/test/Jamfile b/string/test/Jamfile index 0e04280..4c7860c 100644 --- a/string/test/Jamfile +++ b/string/test/Jamfile @@ -23,43 +23,43 @@ DEPENDS all : test ; : : container ] - : [ run + [ run trim_test.cpp : : : : trim ] - : [ run + [ run conv_test.cpp : : : : conv ] - : [ run + [ run predicate_test.cpp : : : : predicate ] - : [ run + [ run find_test.cpp : : : : find ] - : [ run + [ run split_test.cpp : : : : split ] - : [ run + [ run replace_test.cpp : : : : replace ] - : [ run + [ run regex_test.cpp ../../../regex/build/boost_regex : :