comparison Resources/CodeGeneration/testWasmIntegrated/build-web.sh @ 687:342f3e04bfa9 am-dev

CodeGen: test cleanup + all working again + using same yaml and stimuli files
author Alain Mazy <alain@mazy.be>
date Thu, 16 May 2019 17:51:17 +0200
parents 329f229c2794
children f185cfcb72a0
comparison
equal deleted inserted replaced
686:0d42bda615a8 687:342f3e04bfa9
20 cp styles.css build-final/ 20 cp styles.css build-final/
21 21
22 # copy WASM binary to output dir 22 # copy WASM binary to output dir
23 cp build-wasm/testWasmIntegratedCpp.wasm build-final/ 23 cp build-wasm/testWasmIntegratedCpp.wasm build-final/
24 24
25 echo "...Serving files at http://127.0.0.1:8080/" 25 cp ../test_data/testTestStoneCodeGen.yaml build-final/
26 echo "Please open build_final/testWasmIntegrated.html" 26 cp ../testCppHandler/test_data/test_Message2.json build-final/cppHandler_test_Message2.json
27
28 echo "...Serving files at http://127.0.0.1:8080/build-final/testWasmIntegrated.html"
27 29
28 sudo python3 serve.py 30 sudo python3 serve.py
29 31