Skip to content

usatie/printf-tester-tokyo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

printf-tester

How to test your ft_printf

  1. Clone tester to your ft_printf directory
$ cd /path/to/your/ft_printf
$ git clone https://github.com/usatie/printf-tester-tokyo.git
  1. Run the tester
$ make test -C printf-tester-tokyo

or

$ cd printf-tester-tokyo
$ make test

If your printf is included in libft.a

  1. Clone tester to your libft directory
$ cd /path/to/your/libft
$ git clone https://github.com/usatie/printf-tester-tokyo.git
  1. Run the tester
$ make test -C printf-tester-tokyo FT_PRINTF=../libft.a

or

$ cd printf-tester-tokyo
$ make test FT_PRINTF=../libft.a

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published