moonpool/test/dune
Simon Cruanes 60255c0e95
test: add dep on trace-tef; add new test for scheduling issues
trying to expose that sometimes, some workers might be asleep while
others do several tasks, because they're sleeping on the "wrong" queue
2023-10-24 10:03:46 -04:00

20 lines
247 B
Text

(tests
(names
t_fib
t_bench1
t_fib_rec
t_futs1
t_tree_futs
t_props
t_chan_train
t_resource
t_unfair
t_bounded_queue)
(libraries
moonpool
qcheck-core
qcheck-core.runner
;tracy-client.trace
unix
trace-tef
trace))