diff options
author | 2018-08-12 16:29:32 -0400 | |
---|---|---|
committer | 2018-08-12 16:29:32 -0400 | |
commit | 0c4edaac81490ba19216e4da418527843f574172 (patch) | |
tree | 2b51f235e06a8eef88d3641c74e3f3ef2fb39214 | |
parent | 61c19330d5dd8b58ebd57f2e064ced4ccc4faad2 (diff) | |
download | cortex-m-0c4edaac81490ba19216e4da418527843f574172.tar.gz cortex-m-0c4edaac81490ba19216e4da418527843f574172.tar.zst cortex-m-0c4edaac81490ba19216e4da418527843f574172.zip |
Add the pre_init example to the CI script
Signed-off-by: Gabriel Smith <ga29smith@gmail.com>
-rw-r--r-- | cortex-m-rt/ci/script.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cortex-m-rt/ci/script.sh b/cortex-m-rt/ci/script.sh index 2baec51..ac6df17 100644 --- a/cortex-m-rt/ci/script.sh +++ b/cortex-m-rt/ci/script.sh @@ -9,6 +9,7 @@ main() { alignment minimal main + pre_init state ) local fail_examples=( |