We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0380d02 commit 2eeafa9Copy full SHA for 2eeafa9
src/dune
@@ -2,7 +2,9 @@
2
(alias
3
(name default)
4
(package multicoretests)
5
- (deps (alias neg_tests/default)
+ (deps ;; internal framework testing
6
+ (alias internal/default)
7
+ (alias neg_tests/default)
8
;; stdlib, in alphabetic order
9
(alias array/default)
10
(alias atomic/default)
@@ -15,8 +17,10 @@
15
17
(alias hashtbl/default)
16
18
(alias lazy/default)
19
(alias queue/default)
20
+ (alias semaphore/default)
21
(alias stack/default)
22
(alias thread/default)
23
+ (alias threadomain/default)
24
;; other libs
25
(alias domainslib/default)
26
(alias lockfree/default)
0 commit comments