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
To run tests, invoke the framework using the Makefile target:
177
+
178
+
```
179
+
180
+
make tests PLATFORM=<platform> RECIPE=<recipe>
181
+
182
+
```
183
+
184
+
Example:
185
+
186
+
```
187
+
188
+
make tests PLATFORM=qemu-aarch64-virt RECIPE=single-baremetal/default.nix
189
+
190
+
```
191
+
192
+
This will run tests on the specified platform with the given recipe.
193
+
194
+
### Supported Platforms and Test Setups
195
+
The following table summarizes the supported platforms and test setups for the Bao testing framework. It shows which setups support boot tests and which have IRQ tests implemented (e.g., UART and timer interrupts):
0 commit comments