From f6752d3ae1156c7a5bcaac5d1a8fb2a8e9ec254c Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Tue, 20 Jul 2004 01:41:00 +0000 Subject: [PATCH] change test-suite names to match library names [SVN r23820] --- minmax/test/Jamfile | 2 +- minmax/test/Jamfile.v2 | 2 +- string/test/Jamfile | 2 +- string/test/Jamfile.v2 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/minmax/test/Jamfile b/minmax/test/Jamfile index f5a0197..ab478eb 100644 --- a/minmax/test/Jamfile +++ b/minmax/test/Jamfile @@ -16,7 +16,7 @@ import testing ; DEPENDS all : test ; { - test-suite minmax + test-suite algorithm/minmax : [ run minmax_element_test.cpp : : diff --git a/minmax/test/Jamfile.v2 b/minmax/test/Jamfile.v2 index c522f81..05947bd 100644 --- a/minmax/test/Jamfile.v2 +++ b/minmax/test/Jamfile.v2 @@ -10,7 +10,7 @@ import testing ; { - test-suite minmax: + test-suite algorithm/minmax: [ run minmax_element_test.cpp ] ; } diff --git a/string/test/Jamfile b/string/test/Jamfile index 1df73fc..247f734 100644 --- a/string/test/Jamfile +++ b/string/test/Jamfile @@ -16,7 +16,7 @@ import testing ; DEPENDS all : test ; { - test-suite string_algo + test-suite algorithm/string : [ run container_test.cpp : : diff --git a/string/test/Jamfile.v2 b/string/test/Jamfile.v2 index 9d8503c..d633d22 100644 --- a/string/test/Jamfile.v2 +++ b/string/test/Jamfile.v2 @@ -9,7 +9,7 @@ import testing ; -test-suite string_algo +test-suite algorithm/string : [ run container_test.cpp : :