aos/tools/harness/Hakefile
Daniel Schwyn 6d444bf552 Main handout
Signed-off-by: Daniel Schwyn <daniel.schwyn@inf.ethz.ch>
2022-03-03 14:57:51 +01:00

9 lines
210 B
Plaintext

let
jobs "armv8" = [
testJob "test-aos-m1" "AOS Milestone 1 Tests" $
scalebench ["aos_test"] ["colibri_local"]
]
jobs _ = []
in
concat $ map jobs Config.architectures