Built By Aidan Baker.
Link to the tester - https://github.com/Abaker-Hype/42-Cursus-Tester
This tester can check the following:
- Libft
- Get_Next_Line
- Ft_Printf
- Exam Rank 02 - Get_Next_Line
- Exam Rank 02 - Ft_Printf
Step by Step Instructions on how to run this Tester.
All of the following steps below are in Shell.
- Copy and paste the following in shell -
git clone https://github.com/Abaker-Hype/42-Cursus-Tester.git
Note: make sure to git clone this tester outside of your Libft/Get_Next_Line/Printf Folder, not in it.
cd
into the 42-Cursus-Tester and type in the following in shell -
vim script.sh
- In the vim script.h file, under the #Libs locations (3rd Row Down from the top of the script.h file), change the path description to your own Libft, Get_Next_Line or Printf folder.
- Then exit vim (
wq
) and type in the shell the following command -
make <the project name that your working on>
to run the 42-Cursus-Tester, eg. make printf
- Check your results and good luck!
If you get a KO or S in this tester, then write the following to find out where exactly in the function/program that is occuring:
make <project name> <function_name> detail