Skip to content

Commit

Permalink
bugfix: Add (package) to autogen tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahbeckford committed Sep 20, 2023
1 parent 32799bd commit 78c42b8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dkml-installer-ocaml-common.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bug-reports: "https://github.com/diskuv/dkml-installer-ocaml/issues"
depends: [
"dune" {>= "2.9"}
"odoc" {>= "1.5.3" & with-doc}
"dkml-package-console" {>= "0.5.0"}
"dkml-package-console" {>= "0.5.2"}
"dkml-workflows" {>= "1.1.0" & build}
]
build: [
Expand Down
2 changes: 1 addition & 1 deletion dkml-installer-ocaml-network.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ depends: [
"dkml-component-ocamlcompiler-network" {>= "4.14.0~" & < "4.14.1~"}
"dkml-component-offline-desktop-full" {>= "0.1.0"}
"dkml-component-offline-opamshim" {>= "2.2.0~alpha0~20221104"}
"dkml-install-installer" {>= "0.5.0"}
"dkml-install-installer" {>= "0.5.2"}
]
build: [
["dune" "subst"] {dev}
Expand Down
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
(synopsis "Common code for the network and offline DkML installers for OCaml")
(depends
(odoc (and (>= 1.5.3) :with-doc))
(dkml-package-console (>= 0.5.0))
(dkml-package-console (>= 0.5.2))
(dkml-workflows (and (>= 1.1.0) :build))))

(package
Expand All @@ -31,4 +31,4 @@
(dkml-component-ocamlcompiler-network (and (>= 4.14.0~) (< 4.14.1~)))
(dkml-component-offline-desktop-full (>= 0.1.0))
(dkml-component-offline-opamshim (>= 2.2.0~alpha0~20221104))
(dkml-install-installer (>= 0.5.0))))
(dkml-install-installer (>= 0.5.2))))
2 changes: 1 addition & 1 deletion i-network/bin/dune.inc
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
(package_uninstaller.bc as
dkml-installer-ocaml-network-package-uninstaller.bc)))

(rule (alias runtest)
(rule (alias runtest) (package dkml-installer-ocaml-network)
(deps (:ps package_setup.bc) (:pu package_uninstaller.bc))
(action
(progn (with-stdout-to package_setup.info.txt (run ocamlobjinfo %{ps}))
Expand Down

0 comments on commit 78c42b8

Please sign in to comment.