Skip to content

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

License

Notifications You must be signed in to change notification settings

swotex/philoChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).