Add atoi tests

This commit is contained in:
2026-01-24 17:06:45 +01:00
parent 6e652d3b24
commit 2f039c273c
10 changed files with 75 additions and 11 deletions

View File

@@ -19,4 +19,11 @@
int test_basic(void);
int test_null(void);
// atoi
int atoi_ok_test(void);
int atoi_ko_test(void);
int atoi_sigsegv_test(void);
int atoi_sigbus_test(void);
#endif // !TESTS_H