diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-05-10 22:01:15 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-05-10 22:01:15 +0200 |
| commit | d3fb362c2e0b83cc9754a05ae5bc4a68a5f9269d (patch) | |
| tree | 0caac15f6a52282d83acffa3154fd007fc3db444 /test/src/main.c | |
| parent | 02abc030a68cb2fdd2f21c96db830ec8cb9176ad (diff) | |
| download | libft-d3fb362c2e0b83cc9754a05ae5bc4a68a5f9269d.tar.gz libft-d3fb362c2e0b83cc9754a05ae5bc4a68a5f9269d.tar.bz2 libft-d3fb362c2e0b83cc9754a05ae5bc4a68a5f9269d.zip | |
Added ft_strtof, ft_atof, ft_vectobuf32, ft_split_len (not tested)
Diffstat (limited to 'test/src/main.c')
| -rw-r--r-- | test/src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/src/main.c b/test/src/main.c index e962577..357e02e 100644 --- a/test/src/main.c +++ b/test/src/main.c @@ -34,6 +34,7 @@ static void run_all_test(void) RUN_TEST_GROUP(ft_strsjoinf); RUN_TEST_GROUP(ft_strsub); RUN_TEST_GROUP(ft_strsubf); + RUN_TEST_GROUP(ft_strtof); // ht RUN_TEST_GROUP(ft_htentry_new); |
