diff options
author | 2018-08-18 22:45:13 +0200 | |
---|---|---|
committer | 2018-08-31 00:38:10 +0200 | |
commit | f2a155a0715cb99cbace2eca7ab5fcfa93d106d2 (patch) | |
tree | 2066fedfc4218770521dac35337073088c1a6759 /cortex-m-rt/ci/script.sh | |
parent | 0fb051055a0340ad6c5b59d18183c260468e455f (diff) | |
download | cortex-m-f2a155a0715cb99cbace2eca7ab5fcfa93d106d2.tar.gz cortex-m-f2a155a0715cb99cbace2eca7ab5fcfa93d106d2.tar.zst cortex-m-f2a155a0715cb99cbace2eca7ab5fcfa93d106d2.zip |
turn macros into attributes
Diffstat (limited to 'cortex-m-rt/ci/script.sh')
-rw-r--r-- | cortex-m-rt/ci/script.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cortex-m-rt/ci/script.sh b/cortex-m-rt/ci/script.sh index 7d1cc67..242a546 100644 --- a/cortex-m-rt/ci/script.sh +++ b/cortex-m-rt/ci/script.sh @@ -5,6 +5,8 @@ main() { cargo check --target $TARGET --features device + ( cd macros && cargo check && cargo test ) + local examples=( alignment minimal |