diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -21,7 +21,7 @@ or modify the `FT_PRINTF_PATH` variable in the Makefile - `> make quiet`: to show a more quiet output - `> make raw`: run the tests in a ugly but parsable format - `> python3 prettier -h`: show prettier options -- `> make generate`: generate 100 random test +- `> make generate`: generate 100 random test ### Bonus @@ -48,12 +48,6 @@ locally if you don't have root access. You can then run `> brew install valgrind - `> make check_leaks`: run valgrind on a test (without the test themself). - `> make check_leaks_verbose`: add `--leak-check=full` to valgrind. -## Pro tips - -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 |
