bastienkody / pipex_tester

Ecole 42 tests
10 stars 0 forks source link

Pipex_tester

Tester for Pipex (project at Ecole 42, implementation of unix pipes)

Installation

Get the tester.sh in your pipex repo, beside the Makefile :
cd pipex
git clone git@github.com:bastienkody/pipex_tester.git
cp pipex_tester/tester_pipex.sh ./

Usage

Run mandatory tests : bash tester_pipex -m
Run mandatory + bonus tests : bash tester_pipex -mb
Run all tests (incl. additional tests) : bash tester_pipex.sh

Details - requirement

Problems

Tests

Mandatory

alt text

Bonus

Warning: by default your bonus exec must be named 'pipex'.

Could not find a way to send EOF to heredoc to simulate ctrl+d via a script. Please contact me if you have any suggestion!

alt text

Additional tests

These tests are not all required to pass to validate pipex. Altough you should not segfault

alt text