Skip to content

abdelbenamara/Libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libft tester

Installation

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