diff options
| author | Charles <sircharlesaze@gmail.com> | 2019-11-03 05:47:05 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2019-11-03 05:47:05 +0100 |
| commit | cbe5c926a8e5747cccf8c15af0cbf1f7ac64d475 (patch) | |
| tree | 68735123272a3c38d9de14cdf7d000f6d31b3757 /main.c | |
| parent | 84b61fcc2602c39e9dc8cd6390f733d6987ccbfe (diff) | |
| download | ft_printf_test-cbe5c926a8e5747cccf8c15af0cbf1f7ac64d475.tar.gz ft_printf_test-cbe5c926a8e5747cccf8c15af0cbf1f7ac64d475.tar.bz2 ft_printf_test-cbe5c926a8e5747cccf8c15af0cbf1f7ac64d475.zip | |
Added printf_tests tests
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -54,5 +54,7 @@ int main(int argc, char **argv) test_moulitest_wildcard_03(); test_printf_tester(); + + test_printf_tests_test(); return 0; } |
