You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
printf"\033[93mSketch %s not built\nMight be due to missing target requirements or build failure\033[0m\n""$sketchname"
48
+
printf"\033[93mSketch %s build not found in %s\nMight be due to missing target requirements or build failure\033[0m\n""$(dirname "$sdkconfig_path")""$sketchname"
You should see the output of the build process and the test binary should be generated in the ``~/.arduino/tests/<test_name>/build.tmp`` folder.
321
+
You should see the output of the build process and the test binary should be generated in the ``~/.arduino/tests/<target_chip>/<test_name>/build.tmp`` folder.
322
322
323
323
Now that the test is built, you can run it in the target board. Connect the target board to your computer and run:
324
324
@@ -339,7 +339,7 @@ The test will run on the target board and you should see the output of the test
=============================================================================================== test session starts ================================================================================================
344
344
platform darwin -- Python 3.12.3, pytest-8.2.2, pluggy-1.5.0
0 commit comments