forked from boostorg/algorithm
fix extraneous colon in test jamfile causing a build warning
This commit is contained in:
@ -15,7 +15,7 @@ alias unit_test_framework
|
|||||||
;
|
;
|
||||||
|
|
||||||
{
|
{
|
||||||
test-suite algorithm/minmax:
|
test-suite algorithm/minmax
|
||||||
: [ run minmax_element_test.cpp unit_test_framework
|
: [ run minmax_element_test.cpp unit_test_framework
|
||||||
: : : : minmax_element ]
|
: : : : minmax_element ]
|
||||||
[ run minmax_test.cpp unit_test_framework
|
[ run minmax_test.cpp unit_test_framework
|
||||||
|
@ -16,7 +16,7 @@ alias unit_test_framework
|
|||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
test-suite algorithm:
|
test-suite algorithm
|
||||||
# Search tests
|
# Search tests
|
||||||
: [ run empty_search_test.cpp unit_test_framework : : : : empty_search_test ]
|
: [ run empty_search_test.cpp unit_test_framework : : : : empty_search_test ]
|
||||||
[ run search_test1.cpp unit_test_framework : : : : search_test1 ]
|
[ run search_test1.cpp unit_test_framework : : : : search_test1 ]
|
||||||
|
Reference in New Issue
Block a user