Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
lefessan committed Sep 26, 2023
1 parent 2b057c9 commit 948fbb6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .drom
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version:0.9.0

# hash of toml configuration files
# used for generation of all files
c9020bb39deb541ae2fd05166ba1f620:.
e30dbd7939cc7c742f40ee62779e9813:.
# end context for .

# begin context for .github/workflows/workflow.yml
Expand Down Expand Up @@ -80,7 +80,7 @@ c8281f46ba9a11d0b61bc8ef67eaa357:docs/style.css

# begin context for dune-project
# file dune-project
774dd8e34ea1d7a6af2768e79ffdb008:dune-project
474ade77f279147fb20510c3425249bf:dune-project
# end context for dune-project

# begin context for opam/cobol_ast.opam
Expand Down Expand Up @@ -190,7 +190,7 @@ dcf0ebaa8b12787df9efcaa0ce8cbbe5:opam/package-json.opam

# begin context for opam/superbol_testutils.opam
# file opam/superbol_testutils.opam
5af41508ad1bb17705a86126acf8a7c0:opam/superbol_testutils.opam
05a6cab04de68ff6aa6b4fb7e467c8ff:opam/superbol_testutils.opam
# end context for opam/superbol_testutils.opam

# begin context for opam/vscode-debugadapter.opam
Expand Down Expand Up @@ -415,7 +415,7 @@ b9a14c96cce8e365e1d7494d078d73fe:src/lsp/superbol-free/linking_flags.sh

# begin context for src/testing/superbol_testutils/dune
# file src/testing/superbol_testutils/dune
7750c38b7b159782010b6ff0beaacab2:src/testing/superbol_testutils/dune
0da5d475bb1c2675efbab0a833620514:src/testing/superbol_testutils/dune
# end context for src/testing/superbol_testutils/dune

# begin context for src/testing/superbol_testutils/index.mld
Expand Down
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@
(description "This is the description\nof the superbol-studio-oss OCaml project\n")
(depends
(ocaml (>= 4.14.0))
(autofonce_lib ( >= 0.8 ))
ppx_inline_test
ppx_expect
odoc
Expand Down
1 change: 1 addition & 0 deletions opam/superbol_testutils.opam
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ install: [
depends: [
"ocaml" {>= "4.14.0"}
"dune" {>= "2.8.0"}
"autofonce_lib" {>= "0.8" with-test}
"ppx_inline_test" {with-test}
"ppx_expect" {with-test}
"odoc" {with-doc}
Expand Down
2 changes: 1 addition & 1 deletion src/testing/superbol_testutils/dune
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
(public_name superbol_testutils)
(wrapped true)
; use field 'dune-libraries' to add libraries without opam deps
(libraries )
(libraries autofonce_lib )
; use field 'dune-flags' to set this value
(flags (:standard))
; use field 'dune-stanzas' to add more stanzas here
Expand Down
2 changes: 1 addition & 1 deletion src/testing/superbol_testutils/package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ gen-version = "version.ml"
# ez_file = ">=0.1 <1.3"
# base-unix = { libname = "unix", version = ">=base" }
[dependencies]
# ...
autofonce_lib = { version = ">=0.8", for-test = true }

# package tools dependencies
[tools]
Expand Down

0 comments on commit 948fbb6

Please sign in to comment.