diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-04-04 23:36:19 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-04-04 23:36:19 +0200 |
| commit | 65cf641e9533b190db870d0cc46f2f852239ebf6 (patch) | |
| tree | df2002170b96d189493e54cb484390fb2af2a2d1 /test/src/runner/test_runner_vec.c | |
| parent | 42316d8393d32bd88fb8e0cba6825185f78dacd0 (diff) | |
| download | libft-65cf641e9533b190db870d0cc46f2f852239ebf6.tar.gz libft-65cf641e9533b190db870d0cc46f2f852239ebf6.tar.bz2 libft-65cf641e9533b190db870d0cc46f2f852239ebf6.zip | |
Added test for ft_strsjoin, ft_strsjoinf, ft_vecpush_safe, Added doc for algo functions, tested functions
Diffstat (limited to 'test/src/runner/test_runner_vec.c')
| -rw-r--r-- | test/src/runner/test_runner_vec.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/test/src/runner/test_runner_vec.c b/test/src/runner/test_runner_vec.c index c393bfa..5a57def 100644 --- a/test/src/runner/test_runner_vec.c +++ b/test/src/runner/test_runner_vec.c @@ -6,7 +6,7 @@ /* By: charles <charles.cabergs@gmail.com> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/04/01 19:55:53 by charles #+# #+# */ -/* Updated: 2020/04/04 19:36:41 by charles ### ########.fr */ +/* Updated: 2020/04/04 23:26:54 by charles ### ########.fr */ /* */ /* ************************************************************************** */ @@ -57,3 +57,8 @@ TEST_GROUP_RUNNER(ft_vecsort) { RUN_TEST_CASE(ft_vecsort, basic); } + +TEST_GROUP_RUNNER(ft_vecpush_safe) +{ + RUN_TEST_CASE(ft_vecpush_safe, basic); +} |
