diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-04-05 01:11:50 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-04-05 01:11:50 +0200 |
| commit | 944a236443bacf531085b346d06907b24e3739b1 (patch) | |
| tree | e49773563c77844944be5b7a75437b9f404d595a /test/src/main.c | |
| parent | 65cf641e9533b190db870d0cc46f2f852239ebf6 (diff) | |
| download | libft-944a236443bacf531085b346d06907b24e3739b1.tar.gz libft-944a236443bacf531085b346d06907b24e3739b1.tar.bz2 libft-944a236443bacf531085b346d06907b24e3739b1.zip | |
Added ft_dstrerase, ft_dstrsubstitute
Diffstat (limited to 'test/src/main.c')
| -rw-r--r-- | test/src/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/src/main.c b/test/src/main.c index b8f5cf3..ea2865b 100644 --- a/test/src/main.c +++ b/test/src/main.c @@ -89,6 +89,8 @@ static void run_all_test(void) RUN_TEST_GROUP(ft_dstrinsert); RUN_TEST_GROUP(ft_dstrnew); RUN_TEST_GROUP(ft_dstrunwrap); + RUN_TEST_GROUP(ft_dstrsubstitute); + RUN_TEST_GROUP(ft_dstrerase); } |
