Wait for previous test to finish before going to the next test #101
-
|
Hello AUnit community, I am trying to test an arduino operating system using AUnit. For this I use Epoxyduino EEPROM library, which stores the eeprom to a local file. The problem I encouter is: What I would like to do is: Is there a way to do this? or needs to be a feature request? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Tests should run serially by default. You need to do extra work to make them run concurrently, so I'm confused by your post. Maybe you can add additional details about your script, your Makefile, your *.ino file, etc. |
Beta Was this translation helpful? Give feedback.
Tests should run serially by default. You need to do extra work to make them run concurrently, so I'm confused by your post. Maybe you can add additional details about your script, your Makefile, your *.ino file, etc.