• Stars
    star
    14
  • Rank 1,395,299 (Top 29 %)
  • Language
    Shell
  • Created over 3 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Series of tests for minishell1, part of 42sh

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