Convert spaces to tabs in wasm gm Makefile
Change-Id: Id6622be9e99e2db472bc3c658baf024b47751f04 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/419016 Reviewed-by: Kevin Lubick <kjlubick@google.com> Commit-Queue: Chris Dalton <csmartdalton@google.com>
This commit is contained in:
parent
cc5a46f4d9
commit
9a1d38c455
@ -1,23 +1,23 @@
|
||||
run_local_debug:
|
||||
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_debug/wasm_gm_tests.js \
|
||||
--wasm_file ../../out/wasm_gm_tests_debug/wasm_gm_tests.wasm \
|
||||
--resources ../../resources \
|
||||
--known_hashes /tmp/wasm-gmtests/empty.txt \
|
||||
--output /tmp/wasm-gmtests/ \
|
||||
--use_gpu --timeout 600 \
|
||||
--manual_mode
|
||||
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_debug/wasm_gm_tests.js \
|
||||
--wasm_file ../../out/wasm_gm_tests_debug/wasm_gm_tests.wasm \
|
||||
--resources ../../resources \
|
||||
--known_hashes /tmp/wasm-gmtests/empty.txt \
|
||||
--output /tmp/wasm-gmtests/ \
|
||||
--use_gpu --timeout 600 \
|
||||
--manual_mode
|
||||
|
||||
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 220 \
|
||||
--manual_mode
|
||||
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 220 \
|
||||
--manual_mode
|
||||
|
Loading…
Reference in New Issue
Block a user