Move tests to "test" directory. NFC. (#745)
This commit is contained in:
7
test/test.bat
Executable file
7
test/test.bat
Executable file
@@ -0,0 +1,7 @@
|
||||
:: equivilent of test.sh as windows bat file
|
||||
set PATH=%PATH%;%PYTHON_BIN%
|
||||
CALL emsdk install latest
|
||||
CALL emsdk activate latest
|
||||
CALL emsdk_env.bat
|
||||
CALL python -c "import sys; print(sys.executable)"
|
||||
CALL emcc.bat -v
|
||||
Reference in New Issue
Block a user