Skip to content

Commit 8509fb1

Browse files
committed
several tests updated
1 parent 47fe18d commit 8509fb1

File tree

1 file changed

+3
-11
lines changed
  • packages/vlt/vlt.0.2.2

1 file changed

+3
-11
lines changed

packages/vlt/vlt.0.2/opam renamed to packages/vlt/vlt.0.2.2/opam

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ tags: ["logging"]
1111
homepage: "https://github.com/codinuum/vlt"
1212
doc: "https://github.com/codinuum/vlt/README.md"
1313
bug-reports: "https://github.com/codinuum/vlt/issues"
14-
available: os-family != "windows"
1514
depends: [
1615
"ocaml" {>= "4.14"}
1716
"dune" {>= "3.7"}
@@ -30,19 +29,12 @@ build: [
3029
"-j"
3130
jobs
3231
"@install"
32+
"@runtest" {with-test}
3333
"@doc" {with-doc}
3434
]
3535
]
36-
run-test: [
37-
[
38-
"dune"
39-
"runtest"
40-
"-j"
41-
jobs
42-
]
43-
]
4436
dev-repo: "git+https://github.com/codinuum/vlt.git"
4537
url {
46-
src: "https://github.com/codinuum/vlt/archive/v0.2.tar.gz"
47-
checksum: "sha256=a363c858d92696e943428d1396957bc15824a0c2644a672122080d7c6481c419"
38+
src: "https://github.com/codinuum/vlt/archive/v0.2.2.tar.gz"
39+
checksum: "sha256=f52a66a0ac7f00e0e12e1931e3dd86ba68ccf34bfdbec36780a4fdd208d3b3a6"
4840
}

0 commit comments

Comments
 (0)