From 25d81fe88c7e9aebe011b7b625b4eb7d31936591 Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 2 Apr 2020 20:51:30 +0200 Subject: Added timeout detection --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'README.md') 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 -- cgit