Skip to content

Commit 41fd73b

Browse files
committed
Make the test run for spin only
1 parent e2396d7 commit 41fd73b

File tree

6 files changed

+6
-3
lines changed

6 files changed

+6
-3
lines changed

dune-project

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(lang dune 2.7)
1+
(lang dune 2.8)
22

33
(name spin)
44

opam-spin.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ doc: "https://tmattio.github.io/spin/"
1010
bug-reports: "https://github.com/tmattio/spin/issues"
1111
depends: [
1212
"ocaml" {>= "4.10.0"}
13-
"dune" {>= "2.7"}
13+
"dune" {>= "2.8"}
1414
"spin" {= version}
1515
"odoc" {with-doc}
1616
]

spin.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ doc: "https://tmattio.github.io/spin/"
1010
bug-reports: "https://github.com/tmattio/spin/issues"
1111
depends: [
1212
"ocaml" {>= "4.10.0"}
13-
"dune" {>= "2.7"}
13+
"dune" {>= "2.8"}
1414
"alcotest" {with-test}
1515
"js_of_ocaml" {with-test}
1616
"js_of_ocaml-ppx" {with-test}

test/dune

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
(:standard \ test_runner)))
77

88
(test
9+
(package spin)
910
(name test_runner)
1011
(libraries spin_test)
1112
(modules test_runner))

test_bin/failure/dune

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
(cram
2+
(package spin)
23
(applies_to :whole_subtree)
34
(deps %{bin:spin})
45
(enabled_if true))

test_template/dune

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
(cram
2+
(package spin)
23
(applies_to :whole_subtree)
34
(deps %{bin:spin})
45
(enabled_if false))

0 commit comments

Comments
 (0)