Version 1.3
Requirements ⚠️
- You must
make
your project. - Your binary must have the name "42sh".
Usage
- Clone this repo in your 42sh repository
git clone git@github.com:LouisLanganay/42sh-tester.git
- Run it with
./42sh-tester/my_tester.sh
OR
- Go to the last release and download the
run_tests.sh
file. - Put it in the root of your project.
- Run it with
./run_tests.sh
.
Note Don't forget to
chmod 777 run_tests.sh
before running it.