diff --git a/runtime/tests/CMSIS_5_NN b/runtime/tests/CMSIS_5_NN index 3ffd3a6..9712a63 160000 --- a/runtime/tests/CMSIS_5_NN +++ b/runtime/tests/CMSIS_5_NN @@ -1 +1 @@ -Subproject commit 3ffd3a65c4c803cef3754191757a0131bcd88eaa +Subproject commit 9712a63b92f7ab4112cb0d6b46a3ff97310a42fa diff --git a/runtime/tests/Makefile b/runtime/tests/Makefile index 60a3423..ba250b5 100644 --- a/runtime/tests/Makefile +++ b/runtime/tests/Makefile @@ -20,8 +20,8 @@ tinyekf: cp ./TinyEKF/extras/c/gps_ekf_fn.so ${SLEDGE_BIN_DIR}/ekf_wasm.so cifar10: - make clean all -C ./CMSIS_5_NN/ -f Makefile - cp ./CMSIS_5_NN/tmp/cifar10.awsm.so ${SLEDGE_BIN_DIR}/cifar10_wasm.so + make clean cifar10.so -C ./CMSIS_5_NN/ -f Makefile + cp ./CMSIS_5_NN/cifar10.so ${SLEDGE_BIN_DIR}/cifar10_wasm.so gocr: make clean gocr.so -C ./gocr/src/ -f wasm.mk