diff options
| author | Charles <sircharlesaze@gmail.com> | 2019-11-02 02:28:06 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2019-11-02 02:28:06 +0100 |
| commit | 2b467659d30db14df17c7b50438c46788ab0d341 (patch) | |
| tree | 92eb821a6e1e0262ff21e9f06b0d27f0bd3a5460 /README.md | |
| parent | fb41e23423854a865201c0803803191d1f65c8fa (diff) | |
| download | ft_printf_test-2b467659d30db14df17c7b50438c46788ab0d341.tar.gz ft_printf_test-2b467659d30db14df17c7b50438c46788ab0d341.tar.bz2 ft_printf_test-2b467659d30db14df17c7b50438c46788ab0d341.zip | |
Added no crash, uint, hex low and hex up pft tests
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -14,4 +14,5 @@ Clone this repo such that: or modify the `FT_PRINTF_PATH` variable in the Makefile -`> make run` +- `> make run`: run the tests in a pretty format +- `> make run_raw`: run the tests in a ugly but parsable format |
