skia2/tools/run-wasm-gm-tests/Makefile
Kevin Lubick 823b1537f7 [canvaskit] Add config key and manual mode to unit test harness.
Change-Id: Ic72f31ba7833c23f7baf4872d05671a7c3808e34
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/333216
Reviewed-by: Chris Dalton <csmartdalton@google.com>
2020-11-09 21:12:39 +00:00

12 lines
426 B
Makefile

run_local:
rm -rf /tmp/wasm-gmtests/
mkdir /tmp/wasm-gmtests/
touch /tmp/wasm-gmtests/empty.txt
node run-wasm-gm-tests --js_file ../../out/wasm_gm_tests/wasm_gm_tests.js \
--wasm_file ../../out/wasm_gm_tests/wasm_gm_tests.wasm \
--resources ../../resources \
--known_hashes /tmp/wasm-gmtests/empty.txt \
--output /tmp/wasm-gmtests/ \
--use_gpu --timeout 600 \
--manual_mode