summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-01-22 12:26:23 +0100
committerKonstantin Käfer <mail@kkaefer.com>2015-02-04 10:49:06 +0100
commit032c245bfee4977d235015d5b5eb349418f6b645 (patch)
tree29060408f133b6b1b08eb1a563ca05d32ba4d1ab /test
parent4cbe665f7da13de5a7ea59c7a6736bbd10cb199b (diff)
downloadqtlocation-mapboxgl-032c245bfee4977d235015d5b5eb349418f6b645.tar.gz
remove unused files
Diffstat (limited to 'test')
-rw-r--r--test/headless/headless.gypi17
-rw-r--r--test/miscellaneous/miscellaneous.gypi26
-rw-r--r--test/storage/storage.gypi28
3 files changed, 0 insertions, 71 deletions
diff --git a/test/headless/headless.gypi b/test/headless/headless.gypi
deleted file mode 100644
index 86b40fd543..0000000000
--- a/test/headless/headless.gypi
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- 'targets': [
- { 'target_name': 'test_headless',
- 'type': 'executable',
- 'dependencies': [
- 'test_base',
- '../mapboxgl.gyp:mbgl-core',
- '../mapboxgl.gyp:mbgl-<(platform)',
- '../mapboxgl.gyp:mbgl-headless',
- '../deps/gtest/gtest.gyp:gtest',
- ],
- 'sources': [
- 'headless.cpp',
- ],
- },
- ],
-}
diff --git a/test/miscellaneous/miscellaneous.gypi b/test/miscellaneous/miscellaneous.gypi
deleted file mode 100644
index 023f28fa6d..0000000000
--- a/test/miscellaneous/miscellaneous.gypi
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- 'targets': [
- { 'target_name': 'test_miscellaneous',
- 'type': 'executable',
- 'dependencies': [
- 'test_base',
- '../mapboxgl.gyp:mbgl-core',
- '../mapboxgl.gyp:mbgl-<(platform)',
- '../mapboxgl.gyp:mbgl-headless',
- '../deps/gtest/gtest.gyp:gtest'
- ],
- 'sources': [
- 'main.cpp',
- 'clip_ids.cpp',
- 'comparisons.cpp',
- 'enums.cpp',
- 'functions.cpp',
- 'rotation_range.cpp',
- 'style_parser.cpp',
- 'text_conversions.cpp',
- 'tile.cpp',
- 'variant.cpp',
- ],
- },
- ],
-}
diff --git a/test/storage/storage.gypi b/test/storage/storage.gypi
deleted file mode 100644
index b9b7835317..0000000000
--- a/test/storage/storage.gypi
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- 'targets': [
- { 'target_name': 'test_storage',
- 'type': 'executable',
- 'dependencies': [
- 'test_base',
- '../mapboxgl.gyp:mbgl-core',
- '../mapboxgl.gyp:mbgl-<(platform)',
- '../deps/gtest/gtest.gyp:gtest'
- ],
- 'sources': [
- 'main.cpp',
- 'cache_response.cpp',
- 'cache_revalidate.cpp',
- 'directory_reading.cpp',
- 'file_reading.cpp',
- 'http_cancel.cpp',
- 'http_coalescing.cpp',
- 'http_error.cpp',
- 'http_header_parsing.cpp',
- 'http_load.cpp',
- 'http_noloop.cpp',
- 'http_other_loop.cpp',
- 'http_reading.cpp',
- ],
- },
- ],
-}