summaryrefslogtreecommitdiff
path: root/test/miscellaneous
diff options
context:
space:
mode:
Diffstat (limited to 'test/miscellaneous')
-rw-r--r--test/miscellaneous/clip_ids.cpp2
-rw-r--r--test/miscellaneous/comparisons.cpp2
-rw-r--r--test/miscellaneous/enums.cpp2
-rw-r--r--test/miscellaneous/functions.cpp2
-rw-r--r--test/miscellaneous/rotation_range.cpp2
-rw-r--r--test/miscellaneous/style_parser.cpp2
-rw-r--r--test/miscellaneous/text_conversions.cpp2
-rw-r--r--test/miscellaneous/tile.cpp2
-rw-r--r--test/miscellaneous/variant.cpp2
9 files changed, 9 insertions, 9 deletions
diff --git a/test/miscellaneous/clip_ids.cpp b/test/miscellaneous/clip_ids.cpp
index ebd819e264..845b094520 100644
--- a/test/miscellaneous/clip_ids.cpp
+++ b/test/miscellaneous/clip_ids.cpp
@@ -1,5 +1,5 @@
#include <iostream>
-#include "../util.hpp"
+#include "../fixtures/util.hpp"
#include <algorithm>
diff --git a/test/miscellaneous/comparisons.cpp b/test/miscellaneous/comparisons.cpp
index 0daa78ab77..315416c135 100644
--- a/test/miscellaneous/comparisons.cpp
+++ b/test/miscellaneous/comparisons.cpp
@@ -1,5 +1,5 @@
#include <iostream>
-#include "../util.hpp"
+#include "../fixtures/util.hpp"
#include <mbgl/map/vector_tile.hpp>
#include <mbgl/style/filter_expression.hpp>
diff --git a/test/miscellaneous/enums.cpp b/test/miscellaneous/enums.cpp
index dc71645128..f96b568f5b 100644
--- a/test/miscellaneous/enums.cpp
+++ b/test/miscellaneous/enums.cpp
@@ -1,5 +1,5 @@
#include <iostream>
-#include "../util.hpp"
+#include "../fixtures/util.hpp"
#include <algorithm>
diff --git a/test/miscellaneous/functions.cpp b/test/miscellaneous/functions.cpp
index 6543a32d1f..a82152fae6 100644
--- a/test/miscellaneous/functions.cpp
+++ b/test/miscellaneous/functions.cpp
@@ -1,5 +1,5 @@
#include <iostream>
-#include "../util.hpp"
+#include "../fixtures/util.hpp"
#include <mbgl/style/function_properties.hpp>
diff --git a/test/miscellaneous/rotation_range.cpp b/test/miscellaneous/rotation_range.cpp
index 3106e900f6..3345dc0a9a 100644
--- a/test/miscellaneous/rotation_range.cpp
+++ b/test/miscellaneous/rotation_range.cpp
@@ -1,5 +1,5 @@
#include <iostream>
-#include "../util.hpp"
+#include "../fixtures/util.hpp"
#include <algorithm>
diff --git a/test/miscellaneous/style_parser.cpp b/test/miscellaneous/style_parser.cpp
index 3cef6ae614..2cb3056204 100644
--- a/test/miscellaneous/style_parser.cpp
+++ b/test/miscellaneous/style_parser.cpp
@@ -1,4 +1,4 @@
-#include "../util.hpp"
+#include "../fixtures/util.hpp"
#include <mbgl/style/style.hpp>
#include <mbgl/util/io.hpp>
diff --git a/test/miscellaneous/text_conversions.cpp b/test/miscellaneous/text_conversions.cpp
index 4ea62b4686..78d88ed12e 100644
--- a/test/miscellaneous/text_conversions.cpp
+++ b/test/miscellaneous/text_conversions.cpp
@@ -1,5 +1,5 @@
#include <iostream>
-#include "../util.hpp"
+#include "../fixtures/util.hpp"
#include <mbgl/util/utf.hpp>
#include <mbgl/platform/platform.hpp>
diff --git a/test/miscellaneous/tile.cpp b/test/miscellaneous/tile.cpp
index 70ffd1ecd8..01da68f10d 100644
--- a/test/miscellaneous/tile.cpp
+++ b/test/miscellaneous/tile.cpp
@@ -1,5 +1,5 @@
#include <iostream>
-#include "../util.hpp"
+#include "../fixtures/util.hpp"
#include <mbgl/map/tile.hpp>
diff --git a/test/miscellaneous/variant.cpp b/test/miscellaneous/variant.cpp
index 979d73925e..c567c61e90 100644
--- a/test/miscellaneous/variant.cpp
+++ b/test/miscellaneous/variant.cpp
@@ -1,5 +1,5 @@
#include <iostream>
-#include "../util.hpp"
+#include "../fixtures/util.hpp"
#include <mbgl/style/value.hpp>
#include <mbgl/style/value_comparison.hpp>