- Clone this repository in your ft_printf directory.
- Move into ft_printf_tester directory.
- To check the norm, run below.
make norm
- To test mandatory part of your function, run below.
Edit the path of your ft_printf.h in tester.h if necessary.
make mandatory
- To test bonus part of your function, run below.
Edit the path of your ft_printf_bonus.h in tester.h if necessary.
make bonus
- By running
make all
ormake
, you can do three tests above.