Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 574 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 574 Bytes

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

  1. Copy your libftprintf.a at the root of your repository.
  2. make
  3. ./ft_printf_tests
  4. 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 :)