/minishell

An attempt to rewrite Bash in C

Primary LanguageCMIT LicenseMIT

codecov C/C++ CI time tracker

WIP by ablanar and ashishae

Running the tests

Install criterion

Mac OS: brew install snaipe/soft/criterion

42 clusters

If you are installing Criterion in a 42 cluster, you should also source set_env.sh to add this library to GCC's library and includes search path:

source ./set_env.sh

You probably should source this script from your shell config (i.e. ~/.bashrc or ~/.zshrc)

Other installation methods: https://github.com/Snaipe/Criterion

Run the tests

make run_tests