summaryrefslogtreecommitdiff
path: root/render-test/ios/setup_test_data.sh
diff options
context:
space:
mode:
Diffstat (limited to 'render-test/ios/setup_test_data.sh')
-rwxr-xr-xrender-test/ios/setup_test_data.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/render-test/ios/setup_test_data.sh b/render-test/ios/setup_test_data.sh
index 9a1dc83820..a7d56827ce 100755
--- a/render-test/ios/setup_test_data.sh
+++ b/render-test/ios/setup_test_data.sh
@@ -2,11 +2,15 @@
rm -rf ../../test-data
mkdir ../../test-data
mkdir ../../test-data/integration
+mkdir ../../test-data/baselines
cp -r ../../mapbox-gl-js/test/integration/render-tests ../../test-data/integration/
cp -r ../../mapbox-gl-js/test/integration/query-tests ../../test-data/integration/
cp -r ../../metrics/expectations ../../test-data/
cp -r ../../metrics/ignores ../../test-data/
+cp -r ../../metrics/tests ../../test-data/
+cp -r ../../metrics/next-ios-render-test-runner ../../test-data/
cp -r ../../metrics/next-ios-render-test-runner-style.json ../../test-data/
+cp -r ../../metrics/next-ios-render-test-runner-metrics.json ../../test-data/
cp -r ../../metrics/cache-metrics.db ../../test-data/
cp -r ../../metrics/cache-style.db ../../test-data/ \ No newline at end of file