Skip to content

Commit

Permalink
Trying to make wasitests setup work in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Apr 16, 2020
1 parent f8aec14 commit 7071e48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7071e48

Please sign in to comment.