Skip to content

kurrrru/ft_printf_tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple printf tester

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published