diff options
| author | Charles <sircharlesaze@gmail.com> | 2019-11-03 05:00:29 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2019-11-03 05:00:29 +0100 |
| commit | 0f957d89c90062fdf8ad8ce4c3796b54b51d20e9 (patch) | |
| tree | 7fc718e6ce65bae30ae8671d0086aa81ec849ec8 /README.md | |
| parent | 1a19e2df1b377cd5245c650ef7152f0055408cbf (diff) | |
| download | ft_printf_test-0f957d89c90062fdf8ad8ce4c3796b54b51d20e9.tar.gz ft_printf_test-0f957d89c90062fdf8ad8ce4c3796b54b51d20e9.tar.bz2 ft_printf_test-0f957d89c90062fdf8ad8ce4c3796b54b51d20e9.zip | |
Fixed false positive on blank output, added last char test of pft
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -15,7 +15,7 @@ Clone this repo such that: or modify the `FT_PRINTF_PATH` variable in the Makefile - `> make run`: run the tests in a pretty format -- `> make run_verbose`: to show a more verbose output -- `> make run_quiet`: to show a more quiet output -- `> make run_raw`: run the tests in a ugly but parsable format +- `> make verbose`: to show a more verbose output +- `> 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 |
