aboutsummaryrefslogtreecommitdiff
path: root/test/test_runner_mem.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_runner_mem.c')
-rw-r--r--test/test_runner_mem.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/test_runner_mem.c b/test/test_runner_mem.c
new file mode 100644
index 0000000..21f9f1e
--- /dev/null
+++ b/test/test_runner_mem.c
@@ -0,0 +1,12 @@
+test_ft_bzero.c
+test_ft_calloc.c
+test_ft_memalloc.c
+test_ft_memccpy.c
+test_ft_memchr.c
+test_ft_memcmp.c
+test_ft_memcpy.c
+test_ft_memmem.c
+test_ft_memmove.c
+test_ft_memset.c
+test_ft_memset_pattern4.c
+test_ft_memswap.c