Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pasqualerossi/42-cursus-tester
Instructions on how to use the 42 Cursus Tester.
https://github.com/pasqualerossi/42-cursus-tester
42-tester getnextline getnextline-42 getnextline42 gnl gnl-42 gnltester libft libft-42 libft-test libft42 libftprintf libfttester printf printf-42 printf-tester printf-tests printf42
Last synced: about 1 month ago
JSON representation
Instructions on how to use the 42 Cursus Tester.
- Host: GitHub
- URL: https://github.com/pasqualerossi/42-cursus-tester
- Owner: pasqualerossi
- Created: 2022-02-04T04:55:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-22T03:45:44.000Z (over 1 year ago)
- Last Synced: 2024-05-02T03:37:15.033Z (8 months ago)
- Topics: 42-tester, getnextline, getnextline-42, getnextline42, gnl, gnl-42, gnltester, libft, libft-42, libft-test, libft42, libftprintf, libfttester, printf, printf-42, printf-tester, printf-tests, printf42
- Language: Makefile
- Homepage:
- Size: 10.7 KB
- Stars: 20
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# 42-Cursus-Tester
Built By [Aidan Baker](https://github.com/Abaker-Hype).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## How To Use The Tester
Step by Step Instructions on how to run this Tester.All of the following steps below are in Shell.
1. 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.
2. ``cd`` into the 42-Cursus-Tester and type in the following in shell -
```
vim script.sh
```
3. 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.
4. Then exit vim (``wq``) and type in the shell the following command -
```
make
```
to run the 42-Cursus-Tester, eg. ```make printf```
5. 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 detail
```