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.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/render-test/ios/setup_test_data.sh b/render-test/ios/setup_test_data.sh
new file mode 100755
index 0000000000..9a1dc83820
--- /dev/null
+++ b/render-test/ios/setup_test_data.sh
@@ -0,0 +1,12 @@
+#!/bin/bash
+rm -rf ../../test-data
+mkdir ../../test-data
+mkdir ../../test-data/integration
+
+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/next-ios-render-test-runner-style.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