It's a program to test the philosopher project 42
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
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).