diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2016-09-28 11:45:33 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2016-09-28 16:34:22 +0200 |
commit | 3f3fc7b7723698e44427e2a14a2f4906832800bf (patch) | |
tree | 5acadfa4d77817c41f612c89c93925a149cbcfc0 /test/style | |
parent | a8b007daa0e85ea4b1a4898fd591d55d0117cc85 (diff) | |
download | qtlocation-mapboxgl-3f3fc7b7723698e44427e2a14a2f4906832800bf.tar.gz |
[test] add .test.cpp suffix to test case files
Diffstat (limited to 'test/style')
-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 |
8 files changed, 0 insertions, 0 deletions
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 |