diff options
Diffstat (limited to 'test/src/main.c')
| -rw-r--r-- | test/src/main.c | 1 |
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); |
