Skip to content

Commit ffe78fc

Browse files
committed
Dependencies
1 parent 4a5d840 commit ffe78fc

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

doc/dune

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@
88
(files gkmz-with-read-only-cmp-ops.md scheduler-interop.md))
99

1010
(test
11-
(name simplified))
11+
(package kcas)
12+
(name simplified)
13+
(libraries alcotest dscheck))

dune-project

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@
4848
(and
4949
(>= 1.8.0)
5050
:with-test))
51+
(dscheck
52+
(and
53+
(>= 0.5.0)
54+
:with-test))
5155
(qcheck-core
5256
(and
5357
(>= 0.21.2)

kcas.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ depends: [
2424
"multicore-magic" {>= "2.3.0"}
2525
"domain_shims" {>= "0.1.0" & with-test}
2626
"alcotest" {>= "1.8.0" & with-test}
27+
"dscheck" {>= "0.5.0" & with-test}
2728
"qcheck-core" {>= "0.21.2" & with-test}
2829
"qcheck-stm" {>= "0.3" & with-test}
2930
"mdx" {>= "2.4.1" & with-test}

0 commit comments

Comments
 (0)