diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-04-03 00:29:26 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-04-03 00:29:26 +0200 |
| commit | 948c0953527fe3bef28904b38a16a9e4342e7e98 (patch) | |
| tree | c597c973db524519d21ce9c2d115ab276ad48669 /test/src/runner | |
| parent | a2452f88fffffe4e2a278578de5ac961858a5b72 (diff) | |
| download | libft-948c0953527fe3bef28904b38a16a9e4342e7e98.tar.gz libft-948c0953527fe3bef28904b38a16a9e4342e7e98.tar.bz2 libft-948c0953527fe3bef28904b38a16a9e4342e7e98.zip | |
Added ft_fnmatch function
Diffstat (limited to 'test/src/runner')
| -rw-r--r-- | test/src/runner/test_runner_str.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/src/runner/test_runner_str.c b/test/src/runner/test_runner_str.c index 3d829ad..a299786 100644 --- a/test/src/runner/test_runner_str.c +++ b/test/src/runner/test_runner_str.c @@ -4,3 +4,8 @@ TEST_GROUP_RUNNER(ft_strlen) { RUN_TEST_CASE(ft_strlen, basic); } + +TEST_GROUP_RUNNER(ft_fnmatch) +{ + RUN_TEST_CASE(ft_fnmatch, basic); +} |
