From c76d87f4ad489455c842ad68668b508bb2de0b0e Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Fri, 31 Jan 2003 23:56:11 +0000 Subject: [PATCH] rename function_test to lib_function_test due to clash file libs/functional [SVN r17141] --- test/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile b/test/Jamfile index 9f89e93..20b49e6 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -15,7 +15,7 @@ DEPENDS all : test ; test-suite function : - [ run libs/function/test/function_test.cpp ] + [ run libs/function/test/function_test.cpp : : : : lib_function_test ] [ run libs/function/test/function_n_test.cpp ]