Skip to content

SybePlattje/libft-42-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libft-42-tester

INSTALL

git clone into your libft directory
cd into the directory
run make for mandetory part
run make bonus for the mandetory and bonus functions

READING REPORT

if everything is green / yellow your doing well
NKO means the test got a NULL when it didn't expect one
SKO means the size you allocated is not correct, either too mush or too few was allocated
MKO means you didn't free everything you allocated, aka memory leaks