Skip to content

🖨️ [42 Tester] Tests for ft_printf (7765 tests)

Notifications You must be signed in to change notification settings

sawyerf/ft_printftest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_printftest

Description

Tester for ft_printf, with 7765 tests.

Installation

  1. Change the value of FT_PRINTF in the makefile with the path of your ft_printf.
  2. Run make or make malloc (if you want to test the protection of your malloc).
  3. You can now run ./test.

Commands

Usage:
./test [-d] [type] [repetition]

Options:
-d   Print debug message

Example

  • Debug %s:
./test -d s
  • Speedtest with 500 repetitions:
./test 500

Screenshot

Screenshot

About

🖨️ [42 Tester] Tests for ft_printf (7765 tests)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published