Move test scripts into scripts directory (#485)

I'm planning on adding a some scripts for managing node and python
binaries and I don't want to clutter up the top level any more.
This commit is contained in:
Sam Clegg
2020-05-04 16:40:24 -04:00
committed by GitHub
parent 64d54b832f
commit e381caad2f
4 changed files with 6 additions and 6 deletions

7
scripts/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 --build=Release
@CALL python -c "import sys; print(sys.executable)"
@CALL emcc.bat -v