diff options
Diffstat (limited to 'test/src/runner')
| -rw-r--r-- | test/src/runner/test_runner_lst.c | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/test/src/runner/test_runner_lst.c b/test/src/runner/test_runner_lst.c index 34a42b4..483e120 100644 --- a/test/src/runner/test_runner_lst.c +++ b/test/src/runner/test_runner_lst.c @@ -6,7 +6,7 @@ /* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/02/15 03:54:05 by cacharle #+# #+# */ -/* Updated: 2020/02/15 03:59:08 by cacharle ### ########.fr */ +/* Updated: 2020/02/17 03:24:41 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ @@ -27,6 +27,16 @@ TEST_GROUP_RUNNER(ft_lstbsearch) RUN_TEST_CASE(ft_lstbsearch, basic); } +TEST_GROUP_RUNNER(ft_lstlsearch) +{ + RUN_TEST_CASE(ft_lstlsearch, basic); +} + +TEST_GROUP_RUNNER(ft_lstlfind) +{ + RUN_TEST_CASE(ft_lstlfind, basic); +} + TEST_GROUP_RUNNER(ft_lstclear) { RUN_TEST_CASE(ft_lstclear, basic); |
