aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-01-31 10:44:30 +0100
committerCharles <sircharlesaze@gmail.com>2020-02-28 12:22:43 +0100
commit8131a5d26441c5152ab151b4bb49b561e5ca6e81 (patch)
treeb2c272275a35ff723e8ebab350eb40fd09301898 /test
parent3c3f1115f6e9a9b914e2dcbd796501ca7ce85342 (diff)
downloadlibft-8131a5d26441c5152ab151b4bb49b561e5ca6e81.tar.gz
libft-8131a5d26441c5152ab151b4bb49b561e5ca6e81.tar.bz2
libft-8131a5d26441c5152ab151b4bb49b561e5ca6e81.zip
hash table unit testing, norming
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
-rw-r--r--test/include/libft_test.h1
-rwxr-xr-xtest/libft_testbin0 -> 116524 bytes
-rw-r--r--test/src/ht/test_ft_htnew.c2
-rw-r--r--test/src/runner/test_runner_ht.c2
5 files changed, 3 insertions, 4 deletions
diff --git a/test/Makefile b/test/Makefile
index 5835c1c..cf065c6 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -6,7 +6,7 @@
# By: cacharle <marvin@42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2020/02/15 04:35:44 by cacharle #+# #+# #
-# Updated: 2020/02/15 22:46:20 by cacharle ### ########.fr #
+# Updated: 2020/02/28 12:13:30 by cacharle ### ########.fr #
# #
# **************************************************************************** #
diff --git a/test/include/libft_test.h b/test/include/libft_test.h
index 23c39c3..1d944a5 100644
--- a/test/include/libft_test.h
+++ b/test/include/libft_test.h
@@ -22,5 +22,4 @@
# include "helper/helper_segfault.h"
-
#endif
diff --git a/test/libft_test b/test/libft_test
new file mode 100755
index 0000000..f786f17
--- /dev/null
+++ b/test/libft_test
Binary files differ
diff --git a/test/src/ht/test_ft_htnew.c b/test/src/ht/test_ft_htnew.c
index 6b90f03..82e54bc 100644
--- a/test/src/ht/test_ft_htnew.c
+++ b/test/src/ht/test_ft_htnew.c
@@ -6,7 +6,7 @@
/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2020/02/12 22:30:06 by cacharle #+# #+# */
-/* Updated: 2020/02/17 04:18:20 by cacharle ### ########.fr */
+/* Updated: 2020/02/28 12:15:32 by cacharle ### ########.fr */
/* */
/* ************************************************************************** */
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 <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* 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 */
/* */
/* ************************************************************************** */