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.
The folder name must necessarily be called "libft"
bash tester.sh
vim ./libft-war-machine/my_config.sh
then change the name of the 8º row from
PATH_LIBFT="../"
to
PATH_LIBFT="/Users/{user}/{path}/libft"
or
PATH_LIBFT="/nfs/homes/{user}/{path}/libft"
you can find the right path with
pwd
in your libft folder
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 | ✅ |
You can use the script just with "bash tester.sh" or with the following arguments:
list
clear
[1-5]
like this:
bash tester.sh list
bash tester.sh clear
bash tester.sh 3
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.