diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-02-06 19:26:06 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-02-06 19:26:06 +0100 |
| commit | 65e8a36e62d7b27ec708d736b96104f2a976092d (patch) | |
| tree | 724d2384aa15f1a34d4a47a157ba814cbdc043bc /main.c | |
| parent | db86fa3cb48a54ea614baee6dc02308be1649571 (diff) | |
| parent | e2ea3bf1c721d0c7027f488e19ecd5e5f67af7c1 (diff) | |
| download | ft_printf_test-65e8a36e62d7b27ec708d736b96104f2a976092d.tar.gz ft_printf_test-65e8a36e62d7b27ec708d736b96104f2a976092d.tar.bz2 ft_printf_test-65e8a36e62d7b27ec708d736b96104f2a976092d.zip | |
Merge branch 'nobonus'
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -6,7 +6,7 @@ /* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/02/06 18:13:45 by cacharle #+# #+# */ -/* Updated: 2020/02/06 18:13:47 by cacharle ### ########.fr */ +/* Updated: 2020/02/06 18:59:06 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ @@ -43,16 +43,21 @@ int main(int argc, char **argv) test_moulitest_15(); test_moulitest_16(); test_moulitest_18(); +#ifdef FT_PRINTF_TEST_BONUS test_moulitest_40(); test_moulitest_41(); test_moulitest_42(); test_moulitest_43(); test_moulitest_45(); +#endif test_moulitest_50(); test_moulitest_51(); test_moulitest_52(); + +#ifdef FT_PRINTF_TEST_BONUS test_moulitest_60(); test_moulitest_61(); +#endif test_moulitest_69(); test_moulitest_70(); test_moulitest_71(); @@ -60,7 +65,9 @@ int main(int argc, char **argv) test_moulitest_73(); test_moulitest_74(); test_moulitest_79(); +#ifdef FT_PRINTF_TEST_BONUS test_moulitest_90(); +#endif test_moulitest_91(); test_moulitest_wildcard_01(); test_moulitest_wildcard_02(); |
