In order to install 'libft_tester', clone this repository in the libft folder.
git clone git@github.com:hosuzuki/libft_tester.git
Then, go into the repository which you just cloned.
cd libft_tester
You are all set!!
🖍️ Please make sure that you compile all .c files and make a libft library in the libft
directory before runnning this test.
To start the test, simply run the shell script in the libft_tester
directory.
bash start.sh
It should run all tests.
If you would like to test just one file, there is an option.For instance, when you want to test your `ft_strlen.c`, just add the function name at the end of bash command such as below.
bash start.sh ft_strlen
The result of test on ft_strlen.c will be shown.