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 e27d8e2 commit 93a977dCopy full SHA for 93a977d
src/neg_tests/dune
@@ -5,13 +5,19 @@
5
(name default)
6
(package multicoretests)
7
(deps
8
+ ;; STM tests
9
ref_stm_seq_tests.exe
10
ref_stm_dom_tests.exe
11
ref_stm_thread_tests.exe
12
conclist_stm_tests.exe
- domain_lin_tests_dsl.exe
13
+ ;; Lin tests
14
+ domain_lin_tests.exe ;; currently not run on CI
15
+ effect_lin_tests.exe ;; currently not run on CI
16
thread_lin_tests.exe
- effect_lin_tests_dsl.exe))
17
+ ;; Lin_api tests
18
+ domain_lin_tests_dsl.exe
19
+ effect_lin_tests_dsl.exe
20
+ thread_lin_tests_dsl.exe)) ;; currently not run on CI
21
22
(library
23
(name ref_stm_spec)
0 commit comments