Skip to content

mli42/printf_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

printf_test

Usage

./do.sh # Run the tester
./do.sh clean # Clean files created by the tester

By default, the path to ft_printf is ..
You can change the value of libftprintf_path in do.sh

How to read the output?

If it says No difference, then congratulations! It passes all my tests
Otherwise the diff is displayed

But what happened?

You can read the output of the real printf in true.txt
And yours in this.txt

Every line is in this format:

[N TEST][N LINE] || Returned_value ||
[Output]

Features tested:

  • flag -

  • flag 0

  • precision .

  • *

  • %c

  • %s

  • %p

  • %d

  • %i

  • %u

  • %xX

  • %%

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published