Skip to content
Snippets Groups Projects
Commit b525e5b9 authored by ericrw96's avatar ericrw96
Browse files

add in the code to test threadpool test 5 in fjdriver

parent 9ec5abc5
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,15 @@ tests = [
test_run(name="basic test 4", args=[], thread_count=[2,4])
]
),
threadpool_test(
name="basic5",
command="./threadpool_test5",
description="Basic functionality testing (5)",
is_required = True,
runs=[
test_run(name="basic test 5", args=[], thread_count=[2,4])
]
),
threadpool_test(
name="mergesort",
command="./mergesort",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment