Skip to content

Commit

Permalink
Add stress tests to CMake build config.
Browse files Browse the repository at this point in the history
  • Loading branch information
insertinterestingnamehere committed Dec 20, 2024
1 parent 5e74d8f commit 8278e86
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test/stress/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
qthreads_test(feb_prodcons_contended)
qthreads_test(syncvar_prodcons_contended)
qthreads_test(feb_stream)
qthreads_test(syncvar_stream)
qthreads_test(precond_fib)
qthreads_test(task_spawn)
qthreads_test(test_spawn_simple)
qthreads_test(precond_spawn_simple)
qthreads_test(lock_acq_rel)
qthreads_test(feb_as_fence)
qthreads_test(subteams_uts)

0 comments on commit 8278e86

Please sign in to comment.