From 8131a5d26441c5152ab151b4bb49b561e5ca6e81 Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 31 Jan 2020 10:44:30 +0100 Subject: hash table unit testing, norming --- test/src/runner/test_runner_ht.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 6f83006..ad7d5cb 100644 --- a/test/src/runner/test_runner_ht.c +++ b/test/src/runner/test_runner_ht.c @@ -6,7 +6,7 @@ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/02/12 22:44:39 by cacharle #+# #+# */ -/* Updated: 2020/02/19 02:46:34 by cacharle ### ########.fr */ +/* Updated: 2020/02/28 12:17:33 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ -- cgit From dd5d60dc4cf8052feb00847f9b2276cf105b0551 Mon Sep 17 00:00:00 2001 From: Charles Date: Mon, 30 Mar 2020 22:43:25 +0200 Subject: Renaming test according to src --- test/src/runner/test_runner_ht.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 ad7d5cb..1563a72 100644 --- a/test/src/runner/test_runner_ht.c +++ b/test/src/runner/test_runner_ht.c @@ -12,9 +12,9 @@ #include "libft_test.h" -TEST_GROUP_RUNNER(ft_htcontent_new) +TEST_GROUP_RUNNER(ft_htentry_new) { - RUN_TEST_CASE(ft_htcontent_new, basic); + RUN_TEST_CASE(ft_htentry_new, basic); } TEST_GROUP_RUNNER(ft_htnew) -- cgit