diff options
| author | Charles <sircharlesaze@gmail.com> | 2019-11-02 03:28:38 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2019-11-02 03:28:38 +0100 |
| commit | 29387bf2bcc964a572a4bb267b13e685ca20d643 (patch) | |
| tree | b172c26d7f1bb343b5bfa16c1532d5fee4a4b5fd /main.c | |
| parent | 2b467659d30db14df17c7b50438c46788ab0d341 (diff) | |
| download | ft_printf_test-29387bf2bcc964a572a4bb267b13e685ca20d643.tar.gz ft_printf_test-29387bf2bcc964a572a4bb267b13e685ca20d643.tar.bz2 ft_printf_test-29387bf2bcc964a572a4bb267b13e685ca20d643.zip | |
Added moulitest tests
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 36 |
1 files changed, 36 insertions, 0 deletions
@@ -13,5 +13,41 @@ int main(int argc, char **argv) test_ptf_hex_up(); test_pft_ptr(); test_pft_char(); + + test_moulitest_00(); + test_moulitest_01(); + test_moulitest_02(); + test_moulitest_03(); + test_moulitest_04(); + test_moulitest_05(); + test_moulitest_06(); + test_moulitest_09(); + test_moulitest_12(); + test_moulitest_14(); + test_moulitest_15(); + test_moulitest_16(); + test_moulitest_18(); + test_moulitest_40(); + test_moulitest_41(); + test_moulitest_42(); + test_moulitest_43(); + test_moulitest_45(); + test_moulitest_50(); + test_moulitest_51(); + test_moulitest_52(); + test_moulitest_60(); + test_moulitest_61(); + test_moulitest_69(); + test_moulitest_70(); + test_moulitest_71(); + test_moulitest_72(); + test_moulitest_73(); + test_moulitest_74(); + test_moulitest_79(); + test_moulitest_90(); + test_moulitest_91(); + test_moulitest_wildcard_01(); + test_moulitest_wildcard_02(); + test_moulitest_wildcard_03(); return 0; } |
