https://github.com/FranFrau/Supreme-Tester-Libft
An autotester for the 42School Libft
https://github.com/FranFrau/Supreme-Tester-Libft
42romaluiss 42rome 42school libft libft42 libfttester
Last synced: about 1 month ago
JSON representation
An autotester for the 42School Libft
- Host: GitHub
- URL: https://github.com/FranFrau/Supreme-Tester-Libft
- Owner: FranFrau
- Created: 2022-01-20T10:18:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T17:17:57.000Z (5 months ago)
- Last Synced: 2024-12-11T18:26:20.578Z (5 months ago)
- Topics: 42romaluiss, 42rome, 42school, libft, libft42, libfttester
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 18
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Supreme-Tester-Libft
# `WARNING`
This script use some tester made by students of the 42 network, Be aware and teste by you're own, we never know if the moulinette as been updated. See if and where it fails, understand what the testers tell's you.## Installation
The folder name must necessarily be called "libft"
```sh
bash tester.sh
vim ./libft-war-machine/my_config.sh
```
then change the name of the 8º row from```sh
PATH_LIBFT="../"
```
to
```sh
PATH_LIBFT="/Users/{user}/{path}/libft"
```
or
```sh
PATH_LIBFT="/nfs/homes/{user}/{path}/libft"
```
you can find the right path with
```sh
pwd
```
in your libft folder
## Testers| Author | Link | Active |
| ------ | ---- | - |
| y3ll0w42 | https://github.com/y3ll0w42/libft-war-machine | ✅ |
| jtoty | https://github.com/jtoty/Libftest.git | ✅ |
| Tripouille | https://github.com/Tripouille/libftTester.git | ✅ |
| alelievr | https://github.com/alelievr/libft-unit-test.git | ❌ |
| adrossig | https://github.com/adrossig/libft_tester.git | ✅ |## Usage
You can use the script just with "bash tester.sh" or with the following arguments:
```sh
list
clear
[1-5]
```
like this:
```sh
bash tester.sh list
bash tester.sh clear
bash tester.sh 3
```# `WARNING`
This script use some tester made by students of the 42 network, Be aware and teste by you're own, we never know if the moulinette as been updated. See if and where it fails, understand what the testers tell's you.