Skip to content

Files

Latest commit

 

History

History
18 lines (18 loc) · 510 Bytes

README.md

File metadata and controls

18 lines (18 loc) · 510 Bytes

Usage

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