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, 26 insertions, 0 deletions
diff --git a/test/miscellaneous/miscellaneous.gypi b/test/miscellaneous/miscellaneous.gypi
new file mode 100644
index 0000000000..023f28fa6d
--- /dev/null
+++ b/test/miscellaneous/miscellaneous.gypi
@@ -0,0 +1,26 @@
+{
+ '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',
+ ],
+ },
+ ],
+}