Skip to content

busshi/philo_checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

PHILO_CHECKER

Run a few tests on your philosophers program (without bonus).

Git clone this repo in the root folder of your project or simply edit the variable $DIR in the script...

git clone https://github.com/busshi/philo_checker.git && cd philo_checker && ./philo_checker.sh all

Usage:

./philo_checker.sh [ meal | death | time <duration> | all <runtime duration> ]
./philo_checker.sh meal # TEST NB OF MEALS OF EACH PHILO
./philo_checker.sh death # TEST DEATH
./philo_checker.sh time [optionalnal: duration in sec] # TEST RUNTIME
./philo_checker.sh all [optional: runtime duration in sec] # TEST ALL

About

Philosophers checker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages