Add yotta test builds to all.sh
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh
index 14abd2d..8b171ba 100755
--- a/tests/scripts/all.sh
+++ b/tests/scripts/all.sh
@@ -41,7 +41,7 @@
 {
     make clean
 
-    find . -iname '*cmake*' -not -name CMakeLists.txt -exec rm -rf {} \+
+    find . -name yotta -prune -o -iname '*cmake*' -not -name CMakeLists.txt -exec rm -rf {} \+
     rm -f include/Makefile include/mbedtls/Makefile programs/*/Makefile
     git update-index --no-skip-worktree Makefile library/Makefile programs/Makefile tests/Makefile
     git checkout -- Makefile library/Makefile programs/Makefile tests/Makefile
@@ -83,6 +83,10 @@
 cleanup
 tests/scripts/check-names.sh
 
+msg "build: create and build yotta module" # ~ 30s
+cleanup
+tests/scripts/yotta-build.sh
+
 msg "build: cmake, gcc, ASan" # ~ 1 min 50s
 cleanup
 CC=gcc cmake -D CMAKE_BUILD_TYPE:String=Asan .