aboutsummaryrefslogtreecommitdiff
path: root/test/src/runner/test_ft_strlen_runner.c
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-01-31 10:44:30 +0100
committerCharles <sircharlesaze@gmail.com>2020-02-02 22:12:42 +0100
commitac0559db82bfef3b7ca3d976b1d7700ed2c1c1fc (patch)
tree214d344c714bdf5b53d651dbd11fec9e0db283cb /test/src/runner/test_ft_strlen_runner.c
parent9db52bc5ef545a3fa9973002e9a28a2ece68d029 (diff)
downloadlibft-ac0559db82bfef3b7ca3d976b1d7700ed2c1c1fc.tar.gz
libft-ac0559db82bfef3b7ca3d976b1d7700ed2c1c1fc.tar.bz2
libft-ac0559db82bfef3b7ca3d976b1d7700ed2c1c1fc.zip
hash table unit testing, norming
Diffstat (limited to 'test/src/runner/test_ft_strlen_runner.c')
-rw-r--r--test/src/runner/test_ft_strlen_runner.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/src/runner/test_ft_strlen_runner.c b/test/src/runner/test_ft_strlen_runner.c
deleted file mode 100644
index 368c033..0000000
--- a/test/src/runner/test_ft_strlen_runner.c
+++ /dev/null
@@ -1,6 +0,0 @@
-#include "libft_test.h"
-
-TEST_GROUP_RUNNER(ft_strlen)
-{
- RUN_TEST_CASE(ft_strlen, yo);
-}