diff options
| author | Lotte Steenbrink <lotte.steenbrink@ferrous-systems.com> | 2021-08-26 10:58:59 +0200 |
|---|---|---|
| committer | Lotte Steenbrink <lotte.steenbrink@ferrous-systems.com> | 2021-09-16 16:31:30 +0200 |
| commit | d172df6f0a9e105fbb501dc2c044ab685a269246 (patch) | |
| tree | ea1c11397becd56e25d69cdd148d73506101e9c5 /.cargo | |
| parent | bf9df9fe73e9c1442a7a31ae93a91e7a8288f6f3 (diff) | |
implement run-pass tests as xtasks
`
Diffstat (limited to '.cargo')
| -rw-r--r-- | .cargo/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.cargo/config b/.cargo/config index d095766..d70faef 100644 --- a/.cargo/config +++ b/.cargo/config @@ -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" |
