aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-04-02 20:51:30 +0200
committerCharles <sircharlesaze@gmail.com>2020-04-02 20:52:13 +0200
commit25d81fe88c7e9aebe011b7b625b4eb7d31936591 (patch)
tree9990ee49ac9ad31ea2b6eb45dad285cc398e7e0c /README.md
parent63e9453f1543cfa98dcb9d2b5078bc919f90d9a9 (diff)
downloadft_printf_test-25d81fe88c7e9aebe011b7b625b4eb7d31936591.tar.gz
ft_printf_test-25d81fe88c7e9aebe011b7b625b4eb7d31936591.tar.bz2
ft_printf_test-25d81fe88c7e9aebe011b7b625b4eb7d31936591.zip
Added timeout detection
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/README.md b/README.md
index 0daa08a..3bde892 100644
--- a/README.md
+++ b/README.md
@@ -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