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:
11
scripts/test.sh
Executable file
11
scripts/test.sh
Executable 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
|
||||
Reference in New Issue
Block a user