Skip to content

Commit

Permalink
[test][length][perimeter] Add prefix to the test names in order to gr…
Browse files Browse the repository at this point in the history
…oup them properly in the regression matrix.
  • Loading branch information
awulkiew committed Jun 1, 2016
1 parent 92c134a commit 2f4d322
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions test/algorithms/length/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

test-suite boost-geometry-algorithms-length
:
[ run length.cpp : : : : length ]
[ run length_multi.cpp : : : : length_multi ]
[ run length_sph.cpp : : : : length_sph ]
[ run length_geo.cpp : : : : length_geo ]
[ run length.cpp : : : : algorithms_length ]
[ run length_multi.cpp : : : : algorithms_length_multi ]
[ run length_sph.cpp : : : : algorithms_length_sph ]
[ run length_geo.cpp : : : : algorithms_length_geo ]
;
6 changes: 3 additions & 3 deletions test/algorithms/perimeter/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

test-suite boost-geometry-algorithms-perimeter
:
[ run perimeter.cpp : : : : perimeter ]
[ run perimeter_geo.cpp : : : : perimeter_geo ]
[ run perimeter_sph.cpp : : : : perimeter_sph ]
[ run perimeter.cpp : : : : algorithms_perimeter ]
[ run perimeter_geo.cpp : : : : algorithms_perimeter_geo ]
[ run perimeter_sph.cpp : : : : algorithms_perimeter_sph ]
;

0 comments on commit 2f4d322

Please sign in to comment.