Skip to content

Commit

Permalink
slibc: add exit, _exit, atexit tests
Browse files Browse the repository at this point in the history
CI-209
  • Loading branch information
adamdebek committed Jul 5, 2023
1 parent 4b8db9e commit 9c1506a
Show file tree
Hide file tree
Showing 3 changed files with 518 additions and 0 deletions.
1 change: 1 addition & 0 deletions exit/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$(eval $(call add_unity_test, test_exit))
7 changes: 7 additions & 0 deletions exit/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
test:
type: unity
tests:
- name: unit
execute: test_exit
targets:
exclude: [armv7m7-imxrt106x-evk, armv7m7-imxrt117x-evk, armv7m4-stm32l4x6-nucleo]
Loading

0 comments on commit 9c1506a

Please sign in to comment.