Skip to content

A basic C tester for the 42 ft_printf project, comparing return values of printf and ft_printf.

Notifications You must be signed in to change notification settings

pquline/ft_printf_tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

FT_PRINTF_TESTER

Summary

A basic tester for 42 ft_printf project.
It only checks for differences between the return values of printf and ft_printf, so the outputs are to be manually checked

Usage

Tree structure

ft_printf/
├─Makefile
├─includes/*.h
├─*
└─ft_printf_tester/

Installation

  • Clone the repository at the root of ft_printf project and change the working directory:
git clone https://github.com/pquline/ft_printf_tester.git
cd ft_printf_tester/

Run tester

  • b: run the tester in bonus mode
./tester [b]

Note: If your header files are not located in the ìncludes/ directory, edit the INCLUDES value according to their current location in run.sh.

Example

screenshot

About

A basic C tester for the 42 ft_printf project, comparing return values of printf and ft_printf.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published