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