Skip to content

Version 1.3

Compare
Choose a tag to compare
@LouisLanganay LouisLanganay released this 26 Apr 19:13
· 44 commits to main since this release

Requirements ⚠️

  • You must make your project.
  • Your binary must have the name "42sh".

Usage

  1. Clone this repo in your 42sh repository git clone git@github.com:LouisLanganay/42sh-tester.git
  2. Run it with ./42sh-tester/my_tester.sh

OR

  1. Go to the last release and download the run_tests.sh file.
  2. Put it in the root of your project.
  3. Run it with ./run_tests.sh.

Note Don't forget to chmod 777 run_tests.sh before running it.