Tests for the ft_printf project of 42.
To get all green tests doesn't mean your ft_printf is good.
To get some red tests doesn't mean your ft_printf isn't good.
- Copy your libftprintf.a at the root of your repository.
make
./ft_printf_tests
- For some details, check
rslt_trace.txt
/!\ Don't compile your libftprintf.a with sanitize !
Don't hesitate to create a Pull Request if a test is missing.
The test must compile with the flags -Wall -Wextra -Werror
.
Thanks for your contribution :)