Merge pull request #51 from jeking3/fix-colon

fix extraneous colon in test jamfile causing a build warning.
This commit is contained in:
Marshall Clow
2018-10-30 09:40:12 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ alias unit_test_framework
;
{
test-suite algorithm/minmax:
test-suite algorithm/minmax
: [ run minmax_element_test.cpp unit_test_framework
: : : : minmax_element ]
[ run minmax_test.cpp unit_test_framework

View File

@ -16,7 +16,7 @@ alias unit_test_framework
{
test-suite algorithm:
test-suite algorithm
# Search tests
: [ run empty_search_test.cpp unit_test_framework : : : : empty_search_test ]
[ run search_test1.cpp unit_test_framework : : : : search_test1 ]