curqui-test
curqui-test copied to clipboard
Tests for ft_printf, a 42 school project
Curqui_test
Tests for the ft_printf project of 42.
Important
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.
Usage
- 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 !
Contributing
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 :)