/philoChecker

It's a programme for the testing the philosopher project 42

Primary LanguageC++The UnlicenseUnlicense

philoChecker

It's a program to test the philosopher project 42

How to use

To run the tester, you project must be compiled. Launch the tester with the parameters to test on philo. Like this: ./IMChecker 5 800 200 200 3

Information

The tester will try your project with 10 seconds of timeout.

The tester also checks for data races or possible data races.

The tester does not work on bonus (with forks).