aboutsummaryrefslogtreecommitdiff
path: root/src/main.py
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-09-28 17:00:49 +0200
committerCharles Cabergs <me@cacharle.xyz>2020-09-28 17:00:49 +0200
commit56125041e0720754651ae561f68eb186b71b331a (patch)
tree783adf5519c944dd51f70b83604c0b8242e4667f /src/main.py
parentb38ad263568cfc89147e5c7c9d355b0607ae1e18 (diff)
downloadphilosophers_test-56125041e0720754651ae561f68eb186b71b331a.tar.gz
philosophers_test-56125041e0720754651ae561f68eb186b71b331a.tar.bz2
philosophers_test-56125041e0720754651ae561f68eb186b71b331a.zip
Added infinite test
Diffstat (limited to 'src/main.py')
-rwxr-xr-xsrc/main.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.py b/src/main.py
index 17d1bf8..dcee90e 100755
--- a/src/main.py
+++ b/src/main.py
@@ -78,8 +78,9 @@ def main():
Test.new_error(["0", "100", "100", "100"])
Test.new_error(["1", "100", "100", "100"])
+ Test(10, 100, 100, 10)
+ Test(10, 200, 10, 10, infinite=True)
- # Test(10, 100, 100, 10)
Test.run_all(config.PHILO_EXEC_PATHS[0])
# print("yo")