diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-02-17 05:03:15 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-02-17 05:03:15 +0100 |
| commit | 0362f55a094b5ec813d940b66f397abfa13fbe49 (patch) | |
| tree | 98283bdff3d1a0bb876fc55fa535d60d4aa2a6a9 /test/src/main.c | |
| parent | eb0678367c5cb09b43423f77d6f1c3063fae9a91 (diff) | |
| download | libft-0362f55a094b5ec813d940b66f397abfa13fbe49.tar.gz libft-0362f55a094b5ec813d940b66f397abfa13fbe49.tar.bz2 libft-0362f55a094b5ec813d940b66f397abfa13fbe49.zip | |
amend me
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 0a6d2ee..c015945 100644 --- a/test/src/main.c +++ b/test/src/main.c @@ -31,6 +31,7 @@ static void run_all_test(void) RUN_TEST_GROUP(ft_strlen); // ht + RUN_TEST_GROUP(ft_htcontent_new); RUN_TEST_GROUP(ft_htnew); RUN_TEST_GROUP(ft_htget); RUN_TEST_GROUP(ft_htset); |
