diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-02-06 18:07:54 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-02-06 18:07:54 +0100 |
| commit | 2a363dcc852c8bd114d8f65bfe65a25f2fabfbe4 (patch) | |
| tree | 36fd486e2264bdb66cbb45b7843bf176027280ba | |
| parent | 41baa7a49b8366881cada579c383a6a52fd018f4 (diff) | |
| download | ft_printf_test-2a363dcc852c8bd114d8f65bfe65a25f2fabfbe4.tar.gz ft_printf_test-2a363dcc852c8bd114d8f65bfe65a25f2fabfbe4.tar.bz2 ft_printf_test-2a363dcc852c8bd114d8f65bfe65a25f2fabfbe4.zip | |
Added credits
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -45,3 +45,10 @@ locally if you don't have root access. You can then run `> brew install valgrind This doesnt handle timeout, so if your `ft_printf` goes in an infinite loop, this test will too. `Ctrl-C` is your best friend. + +## Credits + +- [moulitest](https://github.com/yyang42/moulitest) by yyang42 +- [pft](https://github.com/gavinfielder/pft) by gavinfielder +- [printf\_tester](https://github.com/AntoineBourin/printf-tester) by AntoineBourin +- [printf\_tests](https://github.com/BartMassey/printf-tests) by BartMassey |
