summaryrefslogtreecommitdiff
path: root/test/include
diff options
context:
space:
mode:
authorJuha Alanen <juha.alanen@mapbox.com>2020-01-23 14:24:09 +0200
committerJuha Alanen <juha.alanen@mapbox.com>2020-02-06 17:52:12 +0200
commitd4d96fd88c83a5640fdef408f1ff3f69db0a584c (patch)
treed5cddd1ceea4eb1642c081848b499bc7ff2144dd /test/include
parentaed25c04383bfccfb8860a4745691538a16e093a (diff)
downloadqtlocation-mapboxgl-d4d96fd88c83a5640fdef408f1ff3f69db0a584c.tar.gz
[test] Enable HTTP server on Android
Diffstat (limited to 'test/include')
-rw-r--r--test/include/mbgl/test/util.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/include/mbgl/test/util.hpp b/test/include/mbgl/test/util.hpp
index 42be19e9ae..959b3e646f 100644
--- a/test/include/mbgl/test/util.hpp
+++ b/test/include/mbgl/test/util.hpp
@@ -6,8 +6,6 @@
#if ANDROID
#define TEST_READ_ONLY 0
- #undef TEST_HAS_SERVER
- #define TEST_HAS_SERVER 0
#elif TARGET_OS_IOS
#define TEST_READ_ONLY 1
#undef TEST_HAS_SERVER