summaryrefslogtreecommitdiff
path: root/test/headless.cpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-10-31 12:02:39 -0400
committerKonstantin Käfer <mail@kkaefer.com>2014-10-31 12:02:39 -0400
commit86230821e4da9605f5ac4a53d011835d37fc73e4 (patch)
tree77693f0be69c3fb978ba9b47fa2835bfe065099b /test/headless.cpp
parent15cf30652cf6b6d9a52bc6eb9815fd2e19ab78e3 (diff)
downloadqtlocation-mapboxgl-86230821e4da9605f5ac4a53d011835d37fc73e4.tar.gz
use test suite as submodule instead of using npm
Diffstat (limited to 'test/headless.cpp')
-rw-r--r--test/headless.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/headless.cpp b/test/headless.cpp
index e1bdbdc061..821aaa0d38 100644
--- a/test/headless.cpp
+++ b/test/headless.cpp
@@ -20,7 +20,7 @@ const std::string base_directory = []{
std::string fn = __FILE__;
fn.erase(fn.find_last_of("/"));
fn.erase(fn.find_last_of("/"));
- return fn + "/node_modules/mapbox-gl-test-suite/";
+ return fn + "/test/suite/";
}();
auto display_ = std::make_shared<mbgl::HeadlessDisplay>();