Add: itao + strdup tests
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
int strlen_launcher(void);
|
||||
int atoi_launcher(void);
|
||||
int strncmp_launcher(void);
|
||||
int strdup_launcher(void);
|
||||
int itoa_launcher(void);
|
||||
|
||||
// strlen
|
||||
int test_basic(void);
|
||||
@@ -36,4 +38,15 @@ int strncmp_basic_test(void);
|
||||
int strncmp_len_test(void);
|
||||
int strncmp_high_len_test(void);
|
||||
|
||||
//strdup
|
||||
int strdup_basic_test(void);
|
||||
int strdup_null_test(void);
|
||||
|
||||
//itao
|
||||
int itoa_positif_test(void);
|
||||
int itoa_negatif_test(void);
|
||||
int itoa_zero_test(void);
|
||||
int itoa_int_max_test(void);
|
||||
int itoa_int_min_test(void);
|
||||
|
||||
#endif // !TESTS_H
|
||||
|
||||
Reference in New Issue
Block a user