;; Tests of the stdlib Domain library

;; Tests of Domain's spawn functionality (non-STM)

(test
 (name thread_joingraph)
 (modules thread_joingraph)
 (package multicoretests)
 (libraries threads qcheck-core util)
 (action (run %{test} --verbose))
)

(test
 (name thread_createtree)
 (modules thread_createtree)
 (package multicoretests)
 (libraries threads qcheck-core util)
 (action (run %{test} --verbose))
)
