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

11
scripts/test.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/usr/bin/env bash
echo "test the standard workflow (as close as possible to how a user would do it, in the shell)"
set -x
set -e
./emsdk install latest
./emsdk activate latest
source ./emsdk_env.sh --build=Release
emcc -v