Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 660 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 660 Bytes

tester for 42 project

this tester check if your pipex program work or not.

Note that the tester doesn't check the norm or leak memory

How do i run this tester ?

git clone [email protected]:Yoo0lh/pipex_tester_42.git 
./pipex_tester.sh [mode]

modes :

m : mandatory
b : bonus multiple pipes
h : bonus here doc
a : all

example :

this example will run the tester with all parts

 ./pipex_tester a 

Contribution

If you noticed something wrong with the code or if you'd like to see a new feature, you can submit an issue. If you'd like to contribute please submit a pull request.