diff options
author | Ivo van Dongen <info@ivovandongen.nl> | 2016-06-23 16:39:27 +0200 |
---|---|---|
committer | Ivo van Dongen <ivovandongen@users.noreply.github.com> | 2016-11-27 18:50:24 +0200 |
commit | c810d16f0d2787f15e06651ea595020415d5a8d5 (patch) | |
tree | 216b098897a887f5c1a8fff0aa78350e75445e52 /test/src | |
parent | 5ae92de618e5242f6a8a30485b5ecaa9ef0ebb5e (diff) | |
download | qtlocation-mapboxgl-c810d16f0d2787f15e06651ea595020415d5a8d5.tar.gz |
[android][build] core tests - initial setup for rendering tests
Diffstat (limited to 'test/src')
-rw-r--r-- | test/src/mbgl/test/util.hpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/src/mbgl/test/util.hpp b/test/src/mbgl/test/util.hpp index 8445822699..34d8969d3c 100644 --- a/test/src/mbgl/test/util.hpp +++ b/test/src/mbgl/test/util.hpp @@ -4,7 +4,10 @@ #include <TargetConditionals.h> #endif -#if TARGET_OS_IOS +#if __ANDROID__ +#define TEST_READ_ONLY 0 +#define TEST_HAS_SERVER 0 +#elif TARGET_OS_IOS #define TEST_READ_ONLY 1 #define TEST_HAS_SERVER 0 #else |