mirror of https://github.com/WebAssembly/wasi-sdk
Run wasm tests on Windows (#466)
This commit fixes running the test suite on Windows for CI at least by fixing up a few minor edge cases to ensure that everything runs consistently.pull/472/head
parent
883170df21
commit
b2679166a9
@ -0,0 +1,3 @@
|
||||
# This input is read at runtime during testing so ensure that the same input is
|
||||
# read on unix and windows by forcing just-a-newline for line endings.
|
||||
*.txt text eol=lf
|
Loading…
Reference in new issue