aboutsummaryrefslogtreecommitdiff
path: root/test/src/runner/test_runner_str.c
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-02-13 03:47:21 +0100
committerCharles <sircharlesaze@gmail.com>2020-02-13 03:47:21 +0100
commitb1ded109567f20ccd6bbe547618149abde7cd5b2 (patch)
tree12da402183c2f663b25c073b39429c591c1e60b7 /test/src/runner/test_runner_str.c
parent8521c9e02b2bcb9f6437a111cba3f395236f8e22 (diff)
downloadlibft-b1ded109567f20ccd6bbe547618149abde7cd5b2.tar.gz
libft-b1ded109567f20ccd6bbe547618149abde7cd5b2.tar.bz2
libft-b1ded109567f20ccd6bbe547618149abde7cd5b2.zip
Added mem/test_* boilerplate
Diffstat (limited to 'test/src/runner/test_runner_str.c')
-rw-r--r--test/src/runner/test_runner_str.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/runner/test_runner_str.c b/test/src/runner/test_runner_str.c
index 368c033..3d829ad 100644
--- a/test/src/runner/test_runner_str.c
+++ b/test/src/runner/test_runner_str.c
@@ -2,5 +2,5 @@
TEST_GROUP_RUNNER(ft_strlen)
{
- RUN_TEST_CASE(ft_strlen, yo);
+ RUN_TEST_CASE(ft_strlen, basic);
}