Skip to content

Commit

Permalink
Explicitely depend on oUnit
Browse files Browse the repository at this point in the history
(will remove the dependency later)
  • Loading branch information
samoht committed Jul 1, 2015
1 parent ef06b73 commit afea4bd
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion _oasis
Expand Up @@ -100,7 +100,7 @@ Executable test_irmin
Build$: flag(tests) && flag(unix) && flag(http) && flag(git)
CompiledObject: best
Install: false
BuildDepends: irmin, irmin.mem, irmin.unix, alcotest, nocrypto
BuildDepends: irmin, irmin.mem, irmin.unix, alcotest, nocrypto, oUnit

Test test_irmin
Run$: flag(tests) && flag(unix) && flag(http) && flag(git)
Expand Down
4 changes: 3 additions & 1 deletion _tags
@@ -1,5 +1,5 @@
# OASIS_START
# DO NOT EDIT (digest: 81044262e1884659b36c5c395929a161)
# DO NOT EDIT (digest: c5904109c38afb58fa3dea3ecb183768)
# Ignore VCS directories, you can use the same kind of rule outside
# OASIS_START/STOP if you want to exclude directories that contains
# useless stuff for the build process
Expand Down Expand Up @@ -174,6 +174,7 @@ true: annot, bin_annot
<lib_test/test.{native,byte}>: pkg_lwt
<lib_test/test.{native,byte}>: pkg_mstruct
<lib_test/test.{native,byte}>: pkg_nocrypto
<lib_test/test.{native,byte}>: pkg_oUnit
<lib_test/test.{native,byte}>: pkg_ocamlgraph
<lib_test/test.{native,byte}>: pkg_re
<lib_test/test.{native,byte}>: pkg_re.pcre
Expand All @@ -200,6 +201,7 @@ true: annot, bin_annot
<lib_test/*.ml{,i,y}>: pkg_lwt
<lib_test/*.ml{,i,y}>: pkg_mstruct
<lib_test/*.ml{,i,y}>: pkg_nocrypto
<lib_test/*.ml{,i,y}>: pkg_oUnit
<lib_test/*.ml{,i,y}>: pkg_ocamlgraph
<lib_test/*.ml{,i,y}>: pkg_re
<lib_test/*.ml{,i,y}>: pkg_re.pcre
Expand Down
3 changes: 1 addition & 2 deletions lib/http/irmin-http.mldylib
@@ -1,7 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: 44761dfc05aa3c81da39b8e1c52c2579)
# DO NOT EDIT (digest: 81cd3c12b98e48edb9b92701947d2045)
Irmin_http
Irmin_http_server
Irmin_http_static
Irmin_http_common
# OASIS_STOP
3 changes: 1 addition & 2 deletions lib/http/irmin-http.mllib
@@ -1,7 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: 44761dfc05aa3c81da39b8e1c52c2579)
# DO NOT EDIT (digest: 81cd3c12b98e48edb9b92701947d2045)
Irmin_http
Irmin_http_server
Irmin_http_static
Irmin_http_common
# OASIS_STOP
9 changes: 5 additions & 4 deletions setup.ml
@@ -1,7 +1,7 @@
(* setup.ml generated for the first time by OASIS v0.4.2 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: d59dd4564d7f7728d979229ba5d2f30c) *)
(* DO NOT EDIT (digest: 34be4b20b6a870846253a3b6a9b34792) *)
(*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -7331,7 +7331,8 @@ let setup_t =
InternalLibrary "irmin-mem";
InternalLibrary "irmin-unix";
FindlibPackage ("alcotest", None);
FindlibPackage ("nocrypto", None)
FindlibPackage ("nocrypto", None);
FindlibPackage ("oUnit", None)
];
bs_build_tools = [ExternalTool "ocamlbuild"];
bs_c_sources = [];
Expand Down Expand Up @@ -7614,14 +7615,14 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.5";
oasis_digest = Some "ç¥E+!þ\021ïG\139mʧ0\146\024";
oasis_digest = Some "\132½\031ä!\155\027\0181\014\144ôz¤";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
};;

let setup () = BaseSetup.setup setup_t;;

# 7626 "setup.ml"
# 7627 "setup.ml"
(* OASIS_STOP *)
let () = setup ();;

0 comments on commit afea4bd

Please sign in to comment.