xref: /third_party/skia/tools/run-wasm-gm-tests/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/skia/tools/run-wasm-gm-tests/
1run_local_debug:
2	rm -rf /tmp/wasm-gmtests/
3	mkdir /tmp/wasm-gmtests/
4	touch /tmp/wasm-gmtests/empty.txt
5	node run-wasm-gm-tests --js_file ../../out/wasm_gm_tests_debug/wasm_gm_tests.js \
6	--wasm_file ../../out/wasm_gm_tests_debug/wasm_gm_tests.wasm \
7	--resources ../../resources \
8	--known_hashes /tmp/wasm-gmtests/empty.txt \
9	--output /tmp/wasm-gmtests/ \
10	--use_gpu --timeout 600 \
11	--manual_mode
12
13run_local:
14	rm -rf /tmp/wasm-gmtests/
15	mkdir /tmp/wasm-gmtests/
16	touch /tmp/wasm-gmtests/empty.txt
17	node run-wasm-gm-tests --js_file ../../out/wasm_gm_tests/wasm_gm_tests.js \
18	--wasm_file ../../out/wasm_gm_tests/wasm_gm_tests.wasm \
19	--resources ../../resources \
20	--known_hashes /tmp/wasm-gmtests/empty.txt \
21	--output /tmp/wasm-gmtests/ \
22	--use_gpu --timeout 220 \
23	--manual_mode
24

Indexes created Thu Nov 07 10:32:03 CST 2024