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 : :