driazati commented on code in PR #14315:
URL: https://github.com/apache/tvm/pull/14315#discussion_r1138984738


##########
tests/scripts/task_microtvm_cpp_tests.sh:
##########
@@ -38,5 +38,7 @@ export OMP_NUM_THREADS=1
 # Test MISRA-C runtime. It requires USE_MICRO to be enabled.
 pushd apps/bundle_deploy
 rm -rf build
-make test_dynamic test_static
+make test_dynamic
+rm -rf build
+make test_static

Review Comment:
   not a big deal but it's nice to see individual compilations in logs
   ```suggestion
   make test_dynamic VERBOSE=1
   make cleanall
   make test_static VERBOSE=1
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to