Skip to content

Commit

Permalink
libc: add exit, _exit, atexit tests
Browse files Browse the repository at this point in the history
CI-209
  • Loading branch information
adamdebek committed Sep 29, 2023
1 parent 043a953 commit 926247c
Show file tree
Hide file tree
Showing 3 changed files with 820 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))
8 changes: 8 additions & 0 deletions exit/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
test:
type: unity
tests:
- name: unit
execute: test_exit
targets:
# Excluded due to lack of fork() related functionality
exclude: [armv7m7-imxrt106x-evk, armv7m7-imxrt117x-evk, armv7m4-stm32l4x6-nucleo]
Loading

0 comments on commit 926247c

Please sign in to comment.