Skip to content

Commit

Permalink
libc: add exit, _exit, atexit tests
Browse files Browse the repository at this point in the history
JIRA: CI-209
  • Loading branch information
adamdebek committed Oct 13, 2023
1 parent dfa5bde commit f24a1c6
Show file tree
Hide file tree
Showing 3 changed files with 1,233 additions and 0 deletions.
1 change: 1 addition & 0 deletions libc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ $(eval $(call add_test_libc,misc))
$(eval $(call add_test_libc,stdio))
$(eval $(call add_test_libc,stdlib))
$(eval $(call add_test_libc,string))
$(eval $(call add_test_libc,exit))
Loading

0 comments on commit f24a1c6

Please sign in to comment.