mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-04 18:10:18 +00:00
Trying to make wasitests setup work in windows
This commit is contained in:
parent
f8aec14895
commit
7071e48c2b
2
Makefile
2
Makefile
@ -128,7 +128,9 @@ middleware: middleware-singlepass middleware-cranelift middleware-llvm
|
||||
|
||||
# Wasitests
|
||||
wasitests-setup:
|
||||
ifeq (,$(wildcard ./tests/wasi_test_resources/test_fs/temp))
|
||||
rm -rf tests/wasi_test_resources/test_fs/temp
|
||||
endif
|
||||
mkdir -p tests/wasi_test_resources/test_fs/temp
|
||||
|
||||
wasitests-singlepass: wasitests-setup
|
||||
|
Loading…
Reference in New Issue
Block a user