Tester for your pipex
this tester test your program with some basics testes.
Note that the tester doesn't check the norm or leak memory
Disclaimer :
To make sure this tester
work properly you need to clone it in your pipex directory
git clone git@github.com:ael-bekk/PIPEX_TESTER.git ; cd PIPEX_TESTER ; chmod +x tester.sh
./tester.sh
Modes :
-e : error_handling -m : mandatory -b : bonus multiple pipes -h : bonus here doc -a : all
Some examples to run this tester :
./tester.sh (all tests)
./tester.sh -a (all tests)
./tester.sh -p (test one pipe)
./tester.sh -pem (test multi pipe and err_handling and muli_pipe)
./tester.sh -hp (test one pipe and here_doc)
This project is licensed under the MIT - see the LICENSE file for details.