aboutsummaryrefslogtreecommitdiff
path: root/test/src/main.c
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-04-03 00:29:26 +0200
committerCharles <sircharlesaze@gmail.com>2020-04-03 00:29:26 +0200
commit948c0953527fe3bef28904b38a16a9e4342e7e98 (patch)
treec597c973db524519d21ce9c2d115ab276ad48669 /test/src/main.c
parenta2452f88fffffe4e2a278578de5ac961858a5b72 (diff)
downloadlibft-948c0953527fe3bef28904b38a16a9e4342e7e98.tar.gz
libft-948c0953527fe3bef28904b38a16a9e4342e7e98.tar.bz2
libft-948c0953527fe3bef28904b38a16a9e4342e7e98.zip
Added ft_fnmatch function
Diffstat (limited to 'test/src/main.c')
-rw-r--r--test/src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/src/main.c b/test/src/main.c
index ad5c9e8..b9e8bf7 100644
--- a/test/src/main.c
+++ b/test/src/main.c
@@ -29,6 +29,7 @@ static void run_all_test(void)
// str
RUN_TEST_GROUP(ft_strlen);
+ RUN_TEST_GROUP(ft_fnmatch);
// ht
RUN_TEST_GROUP(ft_htentry_new);