Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 518 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 518 Bytes

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