From e6f53e82b0f8ae1cff3749ea3476c2074c325d7b Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 12 Feb 2020 23:14:11 +0100 Subject: Added ctype tests, ignore htnew tests --- test/src/runner/test_runner_ht.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'test/src/runner/test_runner_ht.c') diff --git a/test/src/runner/test_runner_ht.c b/test/src/runner/test_runner_ht.c index d8718af..de20c5b 100644 --- a/test/src/runner/test_runner_ht.c +++ b/test/src/runner/test_runner_ht.c @@ -1,3 +1,15 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* test_runner_ht.c :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: cacharle +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/02/12 22:44:39 by cacharle #+# #+# */ +/* Updated: 2020/02/12 22:47:11 by cacharle ### ########.fr */ +/* */ +/* ************************************************************************** */ + #include "libft_test.h" TEST_GROUP_RUNNER(ft_htnew) -- cgit