Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 617 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 617 Bytes

Moumounator_libft

Moumounator_libft is home made Moulinette, for 42 project libft. It is using shell, and c to compile every tests.

Installation

Inside your libft folder:

git clone https://github.com/TheKrainBow/Moumounator_libft/

Usage

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

Contributing

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.