Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 748 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 748 Bytes

tester for 42 project (philosopher)

this tester check if your program work or not.

Note : this tester is wroted based on the new subject, philo and philo_bonus please respect the names of the directory and the binary files

How do i run this tester ?

git clone git@github.com:Yoo0lh/philosopher_tester.git  
./philo_tester.sh [mode]

modes :

m : mandatory
b : bonus 

example :

this example will run the mandatory part and the bonus part.

./philo_tester m
./philo_tester b

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.