SybePlattje/libft-42-tester
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
cd into the directory
run make for mandetory part
run make bonus for the mandetory and bonus functions
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