1
0
mirror of https://github.com/taigrr/wasm-experiments synced 2025-01-18 04:03:21 -08:00

Make install-test a dependency of test

Fixes #13
This commit is contained in:
Johan Brandhorst
2020-10-27 11:04:42 +00:00
parent 4159e69887
commit 8180ec6942
3 changed files with 27 additions and 1 deletions

View File

@@ -77,7 +77,7 @@ export: clean
cp $$(go env GOROOT)/misc/wasm/wasm_exec.js ./html/wasm_exec.js
.PHONY: test
test:
test: install-test
GOOS=js GOARCH=wasm go test -v ./test/
clean: