summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2016-09-28 11:45:33 +0200
committerKonstantin Käfer <mail@kkaefer.com>2016-09-28 16:34:22 +0200
commit3f3fc7b7723698e44427e2a14a2f4906832800bf (patch)
tree5acadfa4d77817c41f612c89c93925a149cbcfc0
parenta8b007daa0e85ea4b1a4898fd591d55d0117cc85 (diff)
downloadqtlocation-mapboxgl-3f3fc7b7723698e44427e2a14a2f4906832800bf.tar.gz
[test] add .test.cpp suffix to test case files
-rw-r--r--cmake/test-files.cmake118
-rw-r--r--test/actor/actor.test.cpp (renamed from test/actor/actor.cpp)0
-rw-r--r--test/actor/actor_ref.test.cpp (renamed from test/actor/actor_ref.cpp)0
-rw-r--r--test/algorithm/covered_by_children.test.cpp (renamed from test/algorithm/covered_by_children.cpp)0
-rw-r--r--test/algorithm/generate_clip_ids.test.cpp (renamed from test/algorithm/generate_clip_ids.cpp)0
-rw-r--r--test/algorithm/update_renderables.test.cpp (renamed from test/algorithm/update_renderables.cpp)0
-rw-r--r--test/api/annotations.test.cpp (renamed from test/api/annotations.cpp)0
-rw-r--r--test/api/api_misuse.test.cpp (renamed from test/api/api_misuse.cpp)0
-rw-r--r--test/api/custom_layer.test.cpp (renamed from test/api/custom_layer.cpp)0
-rw-r--r--test/api/render_missing.test.cpp (renamed from test/api/render_missing.cpp)0
-rw-r--r--test/api/repeated_render.test.cpp (renamed from test/api/repeated_render.cpp)0
-rw-r--r--test/geometry/binpack.test.cpp (renamed from test/geometry/binpack.cpp)0
-rw-r--r--test/gl/object.test.cpp (renamed from test/gl/object.cpp)0
-rw-r--r--test/map/map.test.cpp (renamed from test/map/map.cpp)0
-rw-r--r--test/map/transform.test.cpp (renamed from test/map/transform.cpp)0
-rw-r--r--test/math/clamp.test.cpp (renamed from test/math/clamp.cpp)0
-rw-r--r--test/math/minmax.test.cpp (renamed from test/math/minmax.cpp)0
-rw-r--r--test/math/wrap.test.cpp (renamed from test/math/wrap.cpp)0
-rw-r--r--test/sprite/sprite_atlas.test.cpp (renamed from test/sprite/sprite_atlas.cpp)0
-rw-r--r--test/sprite/sprite_image.test.cpp (renamed from test/sprite/sprite_image.cpp)0
-rw-r--r--test/sprite/sprite_parser.test.cpp (renamed from test/sprite/sprite_parser.cpp)0
-rw-r--r--test/storage/asset_file_source.test.cpp (renamed from test/storage/asset_file_source.cpp)0
-rw-r--r--test/storage/default_file_source.test.cpp (renamed from test/storage/default_file_source.cpp)0
-rw-r--r--test/storage/headers.test.cpp (renamed from test/storage/headers.cpp)0
-rw-r--r--test/storage/http_file_source.test.cpp (renamed from test/storage/http_file_source.cpp)0
-rw-r--r--test/storage/offline.test.cpp (renamed from test/storage/offline.cpp)0
-rw-r--r--test/storage/offline_database.test.cpp (renamed from test/storage/offline_database.cpp)0
-rw-r--r--test/storage/offline_download.test.cpp (renamed from test/storage/offline_download.cpp)0
-rw-r--r--test/storage/online_file_source.test.cpp (renamed from test/storage/online_file_source.cpp)0
-rw-r--r--test/storage/resource.test.cpp (renamed from test/storage/resource.cpp)0
-rw-r--r--test/style/conversion/geojson_options.test.cpp (renamed from test/style/conversion/geojson_options.cpp)0
-rw-r--r--test/style/filter.test.cpp (renamed from test/style/filter.cpp)0
-rw-r--r--test/style/functions.test.cpp (renamed from test/style/functions.cpp)0
-rw-r--r--test/style/source.test.cpp (renamed from test/style/source.cpp)0
-rw-r--r--test/style/style.test.cpp (renamed from test/style/style.cpp)0
-rw-r--r--test/style/style_layer.test.cpp (renamed from test/style/style_layer.cpp)0
-rw-r--r--test/style/style_parser.test.cpp (renamed from test/style/style_parser.cpp)0
-rw-r--r--test/style/tile_source.test.cpp (renamed from test/style/tile_source.cpp)0
-rw-r--r--test/text/glyph_atlas.test.cpp (renamed from test/text/glyph_atlas.cpp)0
-rw-r--r--test/text/quads.test.cpp (renamed from test/text/quads.cpp)0
-rw-r--r--test/tile/geometry_tile_data.test.cpp (renamed from test/tile/geometry_tile_data.cpp)0
-rw-r--r--test/tile/tile_id.test.cpp (renamed from test/tile/tile_id.cpp)0
-rw-r--r--test/util/async_task.test.cpp (renamed from test/util/async_task.cpp)0
-rw-r--r--test/util/geo.test.cpp (renamed from test/util/geo.cpp)0
-rw-r--r--test/util/http_timeout.test.cpp (renamed from test/util/http_timeout.cpp)0
-rw-r--r--test/util/image.test.cpp (renamed from test/util/image.cpp)0
-rw-r--r--test/util/mapbox.test.cpp (renamed from test/util/mapbox.cpp)0
-rw-r--r--test/util/memory.test.cpp (renamed from test/util/memory.cpp)0
-rw-r--r--test/util/merge_lines.test.cpp (renamed from test/util/merge_lines.cpp)0
-rw-r--r--test/util/number_conversions.test.cpp (renamed from test/util/number_conversions.cpp)0
-rw-r--r--test/util/offscreen_texture.test.cpp (renamed from test/util/offscreen_texture.cpp)0
-rw-r--r--test/util/projection.test.cpp (renamed from test/util/projection.cpp)0
-rw-r--r--test/util/run_loop.test.cpp (renamed from test/util/run_loop.cpp)0
-rw-r--r--test/util/text_conversions.test.cpp (renamed from test/util/text_conversions.cpp)0
-rw-r--r--test/util/thread.test.cpp (renamed from test/util/thread.cpp)0
-rw-r--r--test/util/thread_local.test.cpp (renamed from test/util/thread_local.cpp)0
-rw-r--r--test/util/tile_cover.test.cpp (renamed from test/util/tile_cover.cpp)0
-rw-r--r--test/util/timer.test.cpp (renamed from test/util/timer.cpp)0
-rw-r--r--test/util/token.test.cpp (renamed from test/util/token.cpp)0
-rw-r--r--test/util/work_queue.test.cpp (renamed from test/util/work_queue.cpp)0
60 files changed, 59 insertions, 59 deletions
diff --git a/cmake/test-files.cmake b/cmake/test-files.cmake
index e376bf098a..f460758a05 100644
--- a/cmake/test-files.cmake
+++ b/cmake/test-files.cmake
@@ -2,44 +2,44 @@
set(MBGL_TEST_FILES
# actor
- test/actor/actor.cpp
- test/actor/actor_ref.cpp
+ test/actor/actor.test.cpp
+ test/actor/actor_ref.test.cpp
# algorithm
- test/algorithm/covered_by_children.cpp
- test/algorithm/generate_clip_ids.cpp
+ test/algorithm/covered_by_children.test.cpp
+ test/algorithm/generate_clip_ids.test.cpp
test/algorithm/mock.hpp
- test/algorithm/update_renderables.cpp
+ test/algorithm/update_renderables.test.cpp
# api
- test/api/annotations.cpp
- test/api/api_misuse.cpp
- test/api/custom_layer.cpp
- test/api/render_missing.cpp
- test/api/repeated_render.cpp
+ test/api/annotations.test.cpp
+ test/api/api_misuse.test.cpp
+ test/api/custom_layer.test.cpp
+ test/api/render_missing.test.cpp
+ test/api/repeated_render.test.cpp
# geometry
- test/geometry/binpack.cpp
+ test/geometry/binpack.test.cpp
# gl
- test/gl/object.cpp
+ test/gl/object.test.cpp
# include/mbgl
test/include/mbgl/test.hpp
# map
- test/map/map.cpp
- test/map/transform.cpp
+ test/map/map.test.cpp
+ test/map/transform.test.cpp
# math
- test/math/clamp.cpp
- test/math/minmax.cpp
- test/math/wrap.cpp
+ test/math/clamp.test.cpp
+ test/math/minmax.test.cpp
+ test/math/wrap.test.cpp
# sprite
- test/sprite/sprite_atlas.cpp
- test/sprite/sprite_image.cpp
- test/sprite/sprite_parser.cpp
+ test/sprite/sprite_atlas.test.cpp
+ test/sprite/sprite_image.test.cpp
+ test/sprite/sprite_parser.test.cpp
# src
test/src/main.cpp
@@ -58,53 +58,53 @@ set(MBGL_TEST_FILES
test/src/mbgl/test/util.hpp
# storage
- test/storage/asset_file_source.cpp
- test/storage/default_file_source.cpp
- test/storage/headers.cpp
- test/storage/http_file_source.cpp
- test/storage/offline.cpp
- test/storage/offline_database.cpp
- test/storage/offline_download.cpp
- test/storage/online_file_source.cpp
- test/storage/resource.cpp
+ test/storage/asset_file_source.test.cpp
+ test/storage/default_file_source.test.cpp
+ test/storage/headers.test.cpp
+ test/storage/http_file_source.test.cpp
+ test/storage/offline.test.cpp
+ test/storage/offline_database.test.cpp
+ test/storage/offline_download.test.cpp
+ test/storage/online_file_source.test.cpp
+ test/storage/resource.test.cpp
# style/conversion
- test/style/conversion/geojson_options.cpp
+ test/style/conversion/geojson_options.test.cpp
# style
- test/style/filter.cpp
- test/style/functions.cpp
- test/style/source.cpp
- test/style/style.cpp
- test/style/style_layer.cpp
- test/style/style_parser.cpp
- test/style/tile_source.cpp
+ test/style/filter.test.cpp
+ test/style/functions.test.cpp
+ test/style/source.test.cpp
+ test/style/style.test.cpp
+ test/style/style_layer.test.cpp
+ test/style/style_parser.test.cpp
+ test/style/tile_source.test.cpp
# text
- test/text/glyph_atlas.cpp
- test/text/quads.cpp
+ test/text/glyph_atlas.test.cpp
+ test/text/quads.test.cpp
# tile
- test/tile/geometry_tile_data.cpp
- test/tile/tile_id.cpp
+ test/tile/geometry_tile_data.test.cpp
+ test/tile/tile_id.test.cpp
# util
- test/util/async_task.cpp
- test/util/geo.cpp
- test/util/http_timeout.cpp
- test/util/image.cpp
- test/util/mapbox.cpp
- test/util/memory.cpp
- test/util/merge_lines.cpp
- test/util/number_conversions.cpp
- test/util/offscreen_texture.cpp
- test/util/projection.cpp
- test/util/run_loop.cpp
- test/util/text_conversions.cpp
- test/util/thread.cpp
- test/util/thread_local.cpp
- test/util/tile_cover.cpp
- test/util/timer.cpp
- test/util/token.cpp
- test/util/work_queue.cpp
+ test/util/async_task.test.cpp
+ test/util/geo.test.cpp
+ test/util/http_timeout.test.cpp
+ test/util/image.test.cpp
+ test/util/mapbox.test.cpp
+ test/util/memory.test.cpp
+ test/util/merge_lines.test.cpp
+ test/util/number_conversions.test.cpp
+ test/util/offscreen_texture.test.cpp
+ test/util/projection.test.cpp
+ test/util/run_loop.test.cpp
+ test/util/text_conversions.test.cpp
+ test/util/thread.test.cpp
+ test/util/thread_local.test.cpp
+ test/util/tile_cover.test.cpp
+ test/util/timer.test.cpp
+ test/util/token.test.cpp
+ test/util/work_queue.test.cpp
)
diff --git a/test/actor/actor.cpp b/test/actor/actor.test.cpp
index 7bb76784d6..7bb76784d6 100644
--- a/test/actor/actor.cpp
+++ b/test/actor/actor.test.cpp
diff --git a/test/actor/actor_ref.cpp b/test/actor/actor_ref.test.cpp
index 655529035f..655529035f 100644
--- a/test/actor/actor_ref.cpp
+++ b/test/actor/actor_ref.test.cpp
diff --git a/test/algorithm/covered_by_children.cpp b/test/algorithm/covered_by_children.test.cpp
index b2a219bf29..b2a219bf29 100644
--- a/test/algorithm/covered_by_children.cpp
+++ b/test/algorithm/covered_by_children.test.cpp
diff --git a/test/algorithm/generate_clip_ids.cpp b/test/algorithm/generate_clip_ids.test.cpp
index 5b7f4afb26..5b7f4afb26 100644
--- a/test/algorithm/generate_clip_ids.cpp
+++ b/test/algorithm/generate_clip_ids.test.cpp
diff --git a/test/algorithm/update_renderables.cpp b/test/algorithm/update_renderables.test.cpp
index c284c37475..c284c37475 100644
--- a/test/algorithm/update_renderables.cpp
+++ b/test/algorithm/update_renderables.test.cpp
diff --git a/test/api/annotations.cpp b/test/api/annotations.test.cpp
index 5b9fe7502e..5b9fe7502e 100644
--- a/test/api/annotations.cpp
+++ b/test/api/annotations.test.cpp
diff --git a/test/api/api_misuse.cpp b/test/api/api_misuse.test.cpp
index e9fe307718..e9fe307718 100644
--- a/test/api/api_misuse.cpp
+++ b/test/api/api_misuse.test.cpp
diff --git a/test/api/custom_layer.cpp b/test/api/custom_layer.test.cpp
index 2dded19256..2dded19256 100644
--- a/test/api/custom_layer.cpp
+++ b/test/api/custom_layer.test.cpp
diff --git a/test/api/render_missing.cpp b/test/api/render_missing.test.cpp
index 024ebd3729..024ebd3729 100644
--- a/test/api/render_missing.cpp
+++ b/test/api/render_missing.test.cpp
diff --git a/test/api/repeated_render.cpp b/test/api/repeated_render.test.cpp
index cf71cb8416..cf71cb8416 100644
--- a/test/api/repeated_render.cpp
+++ b/test/api/repeated_render.test.cpp
diff --git a/test/geometry/binpack.cpp b/test/geometry/binpack.test.cpp
index 0b74df7fa9..0b74df7fa9 100644
--- a/test/geometry/binpack.cpp
+++ b/test/geometry/binpack.test.cpp
diff --git a/test/gl/object.cpp b/test/gl/object.test.cpp
index 2722669e84..2722669e84 100644
--- a/test/gl/object.cpp
+++ b/test/gl/object.test.cpp
diff --git a/test/map/map.cpp b/test/map/map.test.cpp
index 12d4ff2bcd..12d4ff2bcd 100644
--- a/test/map/map.cpp
+++ b/test/map/map.test.cpp
diff --git a/test/map/transform.cpp b/test/map/transform.test.cpp
index afb655abca..afb655abca 100644
--- a/test/map/transform.cpp
+++ b/test/map/transform.test.cpp
diff --git a/test/math/clamp.cpp b/test/math/clamp.test.cpp
index 2fdafae1b4..2fdafae1b4 100644
--- a/test/math/clamp.cpp
+++ b/test/math/clamp.test.cpp
diff --git a/test/math/minmax.cpp b/test/math/minmax.test.cpp
index 2e3ebdc340..2e3ebdc340 100644
--- a/test/math/minmax.cpp
+++ b/test/math/minmax.test.cpp
diff --git a/test/math/wrap.cpp b/test/math/wrap.test.cpp
index 9ec1c6ef0c..9ec1c6ef0c 100644
--- a/test/math/wrap.cpp
+++ b/test/math/wrap.test.cpp
diff --git a/test/sprite/sprite_atlas.cpp b/test/sprite/sprite_atlas.test.cpp
index f84e17cbcf..f84e17cbcf 100644
--- a/test/sprite/sprite_atlas.cpp
+++ b/test/sprite/sprite_atlas.test.cpp
diff --git a/test/sprite/sprite_image.cpp b/test/sprite/sprite_image.test.cpp
index f8982826a3..f8982826a3 100644
--- a/test/sprite/sprite_image.cpp
+++ b/test/sprite/sprite_image.test.cpp
diff --git a/test/sprite/sprite_parser.cpp b/test/sprite/sprite_parser.test.cpp
index 8d32d081bf..8d32d081bf 100644
--- a/test/sprite/sprite_parser.cpp
+++ b/test/sprite/sprite_parser.test.cpp
diff --git a/test/storage/asset_file_source.cpp b/test/storage/asset_file_source.test.cpp
index ab214ff793..ab214ff793 100644
--- a/test/storage/asset_file_source.cpp
+++ b/test/storage/asset_file_source.test.cpp
diff --git a/test/storage/default_file_source.cpp b/test/storage/default_file_source.test.cpp
index f4c23c4c7a..f4c23c4c7a 100644
--- a/test/storage/default_file_source.cpp
+++ b/test/storage/default_file_source.test.cpp
diff --git a/test/storage/headers.cpp b/test/storage/headers.test.cpp
index b7dcfc025d..b7dcfc025d 100644
--- a/test/storage/headers.cpp
+++ b/test/storage/headers.test.cpp
diff --git a/test/storage/http_file_source.cpp b/test/storage/http_file_source.test.cpp
index 5b081d7d57..5b081d7d57 100644
--- a/test/storage/http_file_source.cpp
+++ b/test/storage/http_file_source.test.cpp
diff --git a/test/storage/offline.cpp b/test/storage/offline.test.cpp
index 0faaabc298..0faaabc298 100644
--- a/test/storage/offline.cpp
+++ b/test/storage/offline.test.cpp
diff --git a/test/storage/offline_database.cpp b/test/storage/offline_database.test.cpp
index bcc9784b35..bcc9784b35 100644
--- a/test/storage/offline_database.cpp
+++ b/test/storage/offline_database.test.cpp
diff --git a/test/storage/offline_download.cpp b/test/storage/offline_download.test.cpp
index 27e57771c8..27e57771c8 100644
--- a/test/storage/offline_download.cpp
+++ b/test/storage/offline_download.test.cpp
diff --git a/test/storage/online_file_source.cpp b/test/storage/online_file_source.test.cpp
index b832f9c339..b832f9c339 100644
--- a/test/storage/online_file_source.cpp
+++ b/test/storage/online_file_source.test.cpp
diff --git a/test/storage/resource.cpp b/test/storage/resource.test.cpp
index 1c15fe6503..1c15fe6503 100644
--- a/test/storage/resource.cpp
+++ b/test/storage/resource.test.cpp
diff --git a/test/style/conversion/geojson_options.cpp b/test/style/conversion/geojson_options.test.cpp
index 46a2aa950b..46a2aa950b 100644
--- a/test/style/conversion/geojson_options.cpp
+++ b/test/style/conversion/geojson_options.test.cpp
diff --git a/test/style/filter.cpp b/test/style/filter.test.cpp
index b49f424a39..b49f424a39 100644
--- a/test/style/filter.cpp
+++ b/test/style/filter.test.cpp
diff --git a/test/style/functions.cpp b/test/style/functions.test.cpp
index 9577bcc633..9577bcc633 100644
--- a/test/style/functions.cpp
+++ b/test/style/functions.test.cpp
diff --git a/test/style/source.cpp b/test/style/source.test.cpp
index 859aa82893..859aa82893 100644
--- a/test/style/source.cpp
+++ b/test/style/source.test.cpp
diff --git a/test/style/style.cpp b/test/style/style.test.cpp
index 41f12f6ff7..41f12f6ff7 100644
--- a/test/style/style.cpp
+++ b/test/style/style.test.cpp
diff --git a/test/style/style_layer.cpp b/test/style/style_layer.test.cpp
index 08952e3799..08952e3799 100644
--- a/test/style/style_layer.cpp
+++ b/test/style/style_layer.test.cpp
diff --git a/test/style/style_parser.cpp b/test/style/style_parser.test.cpp
index e3c1da582f..e3c1da582f 100644
--- a/test/style/style_parser.cpp
+++ b/test/style/style_parser.test.cpp
diff --git a/test/style/tile_source.cpp b/test/style/tile_source.test.cpp
index 35d037a049..35d037a049 100644
--- a/test/style/tile_source.cpp
+++ b/test/style/tile_source.test.cpp
diff --git a/test/text/glyph_atlas.cpp b/test/text/glyph_atlas.test.cpp
index 8634cbe913..8634cbe913 100644
--- a/test/text/glyph_atlas.cpp
+++ b/test/text/glyph_atlas.test.cpp
diff --git a/test/text/quads.cpp b/test/text/quads.test.cpp
index 421d2f362d..421d2f362d 100644
--- a/test/text/quads.cpp
+++ b/test/text/quads.test.cpp
diff --git a/test/tile/geometry_tile_data.cpp b/test/tile/geometry_tile_data.test.cpp
index 6e118d6fd5..6e118d6fd5 100644
--- a/test/tile/geometry_tile_data.cpp
+++ b/test/tile/geometry_tile_data.test.cpp
diff --git a/test/tile/tile_id.cpp b/test/tile/tile_id.test.cpp
index 1ef19fea0e..1ef19fea0e 100644
--- a/test/tile/tile_id.cpp
+++ b/test/tile/tile_id.test.cpp
diff --git a/test/util/async_task.cpp b/test/util/async_task.test.cpp
index 78dc79dd19..78dc79dd19 100644
--- a/test/util/async_task.cpp
+++ b/test/util/async_task.test.cpp
diff --git a/test/util/geo.cpp b/test/util/geo.test.cpp
index 95e75a0e1b..95e75a0e1b 100644
--- a/test/util/geo.cpp
+++ b/test/util/geo.test.cpp
diff --git a/test/util/http_timeout.cpp b/test/util/http_timeout.test.cpp
index 365c40523f..365c40523f 100644
--- a/test/util/http_timeout.cpp
+++ b/test/util/http_timeout.test.cpp
diff --git a/test/util/image.cpp b/test/util/image.test.cpp
index b2814e66da..b2814e66da 100644
--- a/test/util/image.cpp
+++ b/test/util/image.test.cpp
diff --git a/test/util/mapbox.cpp b/test/util/mapbox.test.cpp
index b559c3a947..b559c3a947 100644
--- a/test/util/mapbox.cpp
+++ b/test/util/mapbox.test.cpp
diff --git a/test/util/memory.cpp b/test/util/memory.test.cpp
index d1b9f2412a..d1b9f2412a 100644
--- a/test/util/memory.cpp
+++ b/test/util/memory.test.cpp
diff --git a/test/util/merge_lines.cpp b/test/util/merge_lines.test.cpp
index db81d8b209..db81d8b209 100644
--- a/test/util/merge_lines.cpp
+++ b/test/util/merge_lines.test.cpp
diff --git a/test/util/number_conversions.cpp b/test/util/number_conversions.test.cpp
index cfeda3eec7..cfeda3eec7 100644
--- a/test/util/number_conversions.cpp
+++ b/test/util/number_conversions.test.cpp
diff --git a/test/util/offscreen_texture.cpp b/test/util/offscreen_texture.test.cpp
index 2c80c04c41..2c80c04c41 100644
--- a/test/util/offscreen_texture.cpp
+++ b/test/util/offscreen_texture.test.cpp
diff --git a/test/util/projection.cpp b/test/util/projection.test.cpp
index 5efba380b3..5efba380b3 100644
--- a/test/util/projection.cpp
+++ b/test/util/projection.test.cpp
diff --git a/test/util/run_loop.cpp b/test/util/run_loop.test.cpp
index 57bc613f9e..57bc613f9e 100644
--- a/test/util/run_loop.cpp
+++ b/test/util/run_loop.test.cpp
diff --git a/test/util/text_conversions.cpp b/test/util/text_conversions.test.cpp
index 19e30d9f3d..19e30d9f3d 100644
--- a/test/util/text_conversions.cpp
+++ b/test/util/text_conversions.test.cpp
diff --git a/test/util/thread.cpp b/test/util/thread.test.cpp
index fc41fd4b78..fc41fd4b78 100644
--- a/test/util/thread.cpp
+++ b/test/util/thread.test.cpp
diff --git a/test/util/thread_local.cpp b/test/util/thread_local.test.cpp
index 4ee7042580..4ee7042580 100644
--- a/test/util/thread_local.cpp
+++ b/test/util/thread_local.test.cpp
diff --git a/test/util/tile_cover.cpp b/test/util/tile_cover.test.cpp
index cc183509d9..cc183509d9 100644
--- a/test/util/tile_cover.cpp
+++ b/test/util/tile_cover.test.cpp
diff --git a/test/util/timer.cpp b/test/util/timer.test.cpp
index f6253ab6d3..f6253ab6d3 100644
--- a/test/util/timer.cpp
+++ b/test/util/timer.test.cpp
diff --git a/test/util/token.cpp b/test/util/token.test.cpp
index a2885dc8dd..a2885dc8dd 100644
--- a/test/util/token.cpp
+++ b/test/util/token.test.cpp
diff --git a/test/util/work_queue.cpp b/test/util/work_queue.test.cpp
index 60c72f7358..60c72f7358 100644
--- a/test/util/work_queue.cpp
+++ b/test/util/work_queue.test.cpp