summaryrefslogtreecommitdiff
path: root/test/miscellaneous/miscellaneous.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'test/miscellaneous/miscellaneous.gypi')
-rw-r--r--test/miscellaneous/miscellaneous.gypi26
1 files changed, 0 insertions, 26 deletions
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',
- ],
- },
- ],
-}