made it so that ipc_stress_test doesn't get run with `build.sh tests`
diff --git a/aos/build/build.sh b/aos/build/build.sh
index eb639de..2bf6982 100755
--- a/aos/build/build.sh
+++ b/aos/build/build.sh
@@ -84,6 +84,6 @@
 END
   fi
   if [[ ${ACTION} == tests ]]; then
-    find ${OUTDIR}/Default/tests -executable -exec {} \;
+    find ${OUTDIR}/Default/tests -executable -exec ${AOS}/build/run_test.sh {} \;
   fi
 fi