Moumounator_libft is home made Moulinette, for 42 project libft. It is using shell, and c to compile every tests.
Inside your libft folder:
git clone https://github.com/TheKrainBow/Moumounator_libft/
edit PATH_TO_POOL in settings.sh
if needed.
To test all exercices
bash Moumounator.sh
To test a specific exercice
bash Moumounator.sh ft_strlen
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.