summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/fixtures/fixture_request.cpp2
-rw-r--r--test/headless.cpp2
m---------test/suite0
3 files changed, 2 insertions, 2 deletions
diff --git a/test/fixtures/fixture_request.cpp b/test/fixtures/fixture_request.cpp
index f3b41681a6..cc01760ae1 100644
--- a/test/fixtures/fixture_request.cpp
+++ b/test/fixtures/fixture_request.cpp
@@ -16,7 +16,7 @@ const std::string base_directory = []{
fn.erase(fn.find_last_of("/"));
fn.erase(fn.find_last_of("/"));
fn.erase(fn.find_last_of("/"));
- return fn + "/node_modules/mapbox-gl-test-suite/";
+ return fn + "/test/suite/";
}();
namespace mbgl {
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>();
diff --git a/test/suite b/test/suite
new file mode 160000
+Subproject b4db0dc1dc904a17d23f99c26f0a045afcfbdb2