diff --git a/runtime/tests/Makefile b/runtime/tests/Makefile index 10e2465..0002492 100644 --- a/runtime/tests/Makefile +++ b/runtime/tests/Makefile @@ -24,8 +24,9 @@ cifar10: cp ./CMSIS_5_NN/cifar10.so ${SLEDGE_BIN_DIR}/cifar10_wasm.so gocr: + @echo "Making and Installing gocr" make gocr.so -C ./gocr/src/ -f wasm.mk - cp ./gocr/src/gocr.so ${SLEDGE_BIN_DIR}/gocr_wasm.so + @cp ./gocr/src/gocr.so ${SLEDGE_BIN_DIR}/gocr_wasm.so sod: make clean dir samples.so -C ./sod/ diff --git a/runtime/tests/gocr b/runtime/tests/gocr index d74bcda..0976fd0 160000 --- a/runtime/tests/gocr +++ b/runtime/tests/gocr @@ -1 +1 @@ -Subproject commit d74bcdad2d92fe909eccde19ad954c06d9f4c859 +Subproject commit 0976fd036462264f581a588fa6cfa46718c67716