- In your FtPrintf project folder :
git clone https://github.com/abdelbenamara/FtPrintf.git tests/
make all
make bonus all
- 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