summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvo van Dongen <info@ivovandongen.nl>2016-11-16 14:30:28 +0100
committerBruno de Oliveira Abinader <bruno@mapbox.com>2016-11-17 01:04:17 +0100
commit76d54780a70c2d2fbd95b3411d016b2111fccdc6 (patch)
tree6aa12e5994118110411b082d4aa896c5f3f087ab
parente6cb119e5939038a3a5af4a3b8fc93380d2d52e8 (diff)
downloadqtlocation-mapboxgl-76d54780a70c2d2fbd95b3411d016b2111fccdc6.tar.gz
re-enable http tests
-rw-r--r--test/src/mbgl/test/util.hpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/src/mbgl/test/util.hpp b/test/src/mbgl/test/util.hpp
index 42c7316691..3733430d3f 100644
--- a/test/src/mbgl/test/util.hpp
+++ b/test/src/mbgl/test/util.hpp
@@ -4,9 +4,13 @@
#include <TargetConditionals.h>
#endif
+#if TARGET_OS_IOS
#define TEST_READ_ONLY 1
#define TEST_HAS_SERVER 0
-
+#else
+#define TEST_READ_ONLY 0
+#define TEST_HAS_SERVER 1
+#endif
#if TARGET_OS_SIMULATOR
#define TEST_IS_SIMULATOR 1