Move testing into a bash file on the side (#266)
This commit is contained in:
8
test.sh
Normal file
8
test.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
echo "test the standard workflow (as close as possible to how a user would do it, in the shell)"
|
||||
./emsdk install latest
|
||||
./emsdk activate latest
|
||||
source ./emsdk_env.sh --build=Release
|
||||
emcc hello_world.cpp
|
||||
emcc hello_world.cpp -s WASM=0
|
||||
emcc --clear-cache
|
||||
|
||||
Reference in New Issue
Block a user