nesvoboda / minishell

An attempt to rewrite Bash in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An attempt to rewrite Bash in C

License:MIT License


Languages

Language:C 97.5%Language:Makefile 2.1%Language:Shell 0.3%