Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 501 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 501 Bytes

Minishell/42sh tests

A collection of tests for 42sh (presently for minishell)

Running

  • Make sure you have installed tcsh before launching tests (dnf install tcsh)
  • Copy tests.sh into your project folder
  • Run ./tests.sh, which should run tests and output detailed reports of whether your minishell works properly as compared to tcsh
  • ...
  • Yay!

Install/update script

curl -LO https://raw.githubusercontent.com/norech/42sh-tests/master/tests.sh && chmod +x tests.sh