- In your Libft project folder :
git clone https://github.com/abdelbenamara/Libft.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