implement run-pass tests as xtasks

`
This commit is contained in:
Lotte Steenbrink 2021-08-26 10:58:59 +02:00
parent bf9df9fe73
commit d172df6f0a
8 changed files with 611 additions and 132 deletions

View file

@ -1,3 +1,6 @@
[alias]
xtask = "run --package xtask --"
[target.thumbv6m-none-eabi]
runner = "qemu-system-arm -cpu cortex-m3 -machine lm3s6965evb -nographic -semihosting-config enable=on,target=native -kernel"