Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 434 Bytes

README.md

File metadata and controls

43 lines (35 loc) · 434 Bytes

FtPrintf tester

Installation

  • In your FtPrintf project folder :
git clone https://github.com/abdelbenamara/FtPrintf.git tests/

Usage

make all
make bonus all

Options

  • Vanilla :
make norm test
make norm bonus test
  • Valgrind :
make norm valgrind-test
make norm bonus valgrind-test
  • Community :
make community-tests
make bonus community-tests