summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorIvo van Dongen <info@ivovandongen.nl>2016-11-16 14:30:55 +0100
committerBruno de Oliveira Abinader <bruno@mapbox.com>2016-11-17 01:04:17 +0100
commit329118809bd4530125d04efd41f4dfdd978b4fae (patch)
treedf6589374eeb0255cea3f6a0e97c5ab8dab70bed /platform
parent76d54780a70c2d2fbd95b3411d016b2111fccdc6 (diff)
downloadqtlocation-mapboxgl-329118809bd4530125d04efd41f4dfdd978b4fae.tar.gz
enable http server on tests
Diffstat (limited to 'platform')
-rw-r--r--platform/android/config.cmake5
1 files changed, 1 insertions, 4 deletions
diff --git a/platform/android/config.cmake b/platform/android/config.cmake
index 38cbb564a3..ac7ba54832 100644
--- a/platform/android/config.cmake
+++ b/platform/android/config.cmake
@@ -168,10 +168,6 @@ add_library(mbgl-test SHARED
# Actual tests
${MBGL_TEST_FILES}
- # Utilities
- test/include/mbgl/test.hpp
- test/src/mbgl/test/test.cpp
-
# Main test entry point
platform/android/src/test/main.jni.cpp
@@ -248,6 +244,7 @@ add_custom_target(copy-files
add_custom_target(_all ALL
DEPENDS mapbox-gl
+ DEPENDS mbgl-test
DEPENDS example-custom-layer
DEPENDS copy-files
)