Move tests to "test" directory. NFC. (#745)

This commit is contained in:
Sam Clegg
2021-03-08 08:03:07 -08:00
committed by GitHub
parent f0ee795014
commit 7d155f8424
8 changed files with 14 additions and 14 deletions

7
test/test.bat Executable file
View 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