~nloomans/libft-tester

Testing suite for the Codam/42 libft (outdated)
0b530965 — Noah Loomans 4 years ago
update tests
087c3cbf — Noah Loomans 4 years ago
Makefile: use -g on vogsphere
943cc370 — Noah Loomans 4 years ago
ft_lstdel: remove printf

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~nloomans/libft-tester
read/write
git@git.sr.ht:~nloomans/libft-tester

You can also use your local clone with git send-email.

#libft-tester by nloomans

#Setup

Make sure you have valgrind installed. The easiest way to install valgrind is using Homebrew (install script for cluster iMacs). Once you have homebrew installed, simply run:

$ brew install valgrind

#Usage

./test <folder> [--quick]

Options:
  --quick  Don't run valgrind