Skip to content

Commit

Permalink
rename oUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
cyyuen committed Nov 27, 2013
1 parent fe49663 commit 7ced4ae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion _oasis
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Executable test
MainIs: test.ml
Install: false
CompiledObject: best
BuildDepends: ounit (>= 2.0.0), swdogen
BuildDepends: oUnit (>= 2.0.0), swdogen

Test test
Command: $test -swdogen $swdogen
Expand Down
6 changes: 3 additions & 3 deletions _tags
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# OASIS_START
# DO NOT EDIT (digest: d984019d6f8d8a2c8b90951bac7bbef3)
# DO NOT EDIT (digest: f1766018c238f87e291a19625e19ab38)
# 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 @@ -37,11 +37,11 @@
<src/*.ml{,i}>: pkg_unix
# Executable test
<test/test.{native,byte}>: use_swdogen
<test/test.{native,byte}>: pkg_ounit
<test/test.{native,byte}>: pkg_oUnit
<test/test.{native,byte}>: pkg_atdgen
<test/test.{native,byte}>: pkg_unix
<test/*.ml{,i}>: use_swdogen
<test/*.ml{,i}>: pkg_ounit
<test/*.ml{,i}>: pkg_oUnit
<test/*.ml{,i}>: pkg_atdgen
<test/*.ml{,i}>: pkg_unix
# OASIS_STOP
Expand Down
6 changes: 3 additions & 3 deletions setup.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(* setup.ml generated for the first time by OASIS v0.3.0 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: 0890addd9ff62904318415d429dcc20d) *)
(* DO NOT EDIT (digest: ee3f6cb5a544232dcfd869290ee8c106) *)
(*
Regenerated by OASIS v0.3.0
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -5933,7 +5933,7 @@ let setup_t =
bs_build_depends =
[
FindlibPackage
("ounit",
("oUnit",
Some (OASISVersion.VGreaterEqual "2.0.0"));
InternalLibrary "swdogen"
];
Expand Down Expand Up @@ -6000,7 +6000,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.3.0";
oasis_digest = Some "\131\137\131j\144¨þð»ÀUW[P}~";
oasis_digest = Some "\000\029°\002\138-\142\155±\158ÆúFþº\012";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false;
Expand Down

0 comments on commit 7ced4ae

Please sign in to comment.