Skip to content

fleanegan/minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minishell

This is a project of the cursus of ecole 42. The goal is to write a shell. The operations || and && are not handled. Generate the library using

make all

Tests

The code is unit tested using the test framework criterion (https://github.com/Snaipe/Criterion). A minimal installation can be done by:

wget https://github.com/Snaipe/Criterion/releases/download/v2.3.3/criterion-v2.3.3-linux-x86_64.tar.bz2
tar -xf criterion-v2.3.3-linux-x86_64.tar.bz2
rm criterion-v2.3.3-linux-x86_64.tar.bz2

Then, the test suite can be run with

make test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published