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
Arm backend: Test TOSA, Ethos-U55 and Ethos-U85 on github
This will run some more models in the github test flow and
also enable some unit tests to use Corston3x0 FVP.
This structure up the Arm backend testing into separate runable
scripts in the same structure as other backends.
Signed-off-by: Zingo Andersen <[email protected]>
Change-Id: I5e11b1aca19460845e330b84d0696513c400c0f0
Copy file name to clipboardExpand all lines: backends/arm/README.md
+52Lines changed: 52 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,28 @@ Other:
39
39
-`third-party/` - Dependencies on other code - in particular the TOSA serialization_lib for compiling to TOSA and the ethos-u-core-driver for the bare-metal backend supporting Ethos-U
40
40
-`test/` - Unit test and test support functions
41
41
42
+
## Testing
43
+
44
+
After a setup you can run unit tests with the test_arm_baremetal.sh script.
0 commit comments