diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-09-18 16:39:52 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-09-18 16:39:52 +0200 |
| commit | dd0c485ac4975b7dd6d2e230213be1da50d0a065 (patch) | |
| tree | 5fbd967f8b95c72fbb696bb089c2cc349d28b61f /test/src/runner/test_runner_str.c | |
| parent | 3c3f1115f6e9a9b914e2dcbd796501ca7ce85342 (diff) | |
| download | libft-malloc.tar.gz libft-malloc.tar.bz2 libft-malloc.zip | |
Removing unnecessary stuffmalloc
Diffstat (limited to 'test/src/runner/test_runner_str.c')
| -rw-r--r-- | test/src/runner/test_runner_str.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/src/runner/test_runner_str.c b/test/src/runner/test_runner_str.c deleted file mode 100644 index 3d829ad..0000000 --- a/test/src/runner/test_runner_str.c +++ /dev/null @@ -1,6 +0,0 @@ -#include "libft_test.h" - -TEST_GROUP_RUNNER(ft_strlen) -{ - RUN_TEST_CASE(ft_strlen, basic); -} |
