Skip to content

Commit 43f52eb

Browse files
committed
fix: no tests for pbrt_services
1 parent cfb19b3 commit 43f52eb

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

dune-project

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
(depends
4545
(ocaml (>= 4.08))
4646
(pbrt (= :version))
47-
(ocaml-protoc (and (= :version) :with-test))
4847
(pbrt_yojson (= :version)))
4948
(tags (protobuf encode decode services rpc)))
5049

pbrt_services.opam

+2-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ depends: [
1212
"dune" {>= "2.0"}
1313
"ocaml" {>= "4.08"}
1414
"pbrt" {= version}
15-
"ocaml-protoc" {= version & with-test}
1615
"pbrt_yojson" {= version}
1716
]
17+
dev-repo: "git+https://github.com/mransan/ocaml-protoc.git"
1818
build: [
1919
["dune" "subst"] {pinned}
2020
[
@@ -25,8 +25,7 @@ build: [
2525
"-j"
2626
jobs
2727
"@install"
28-
"@runtest" {with-test}
28+
# "@runtest" {with-test} # no tests
2929
"@doc" {with-doc}
3030
]
3131
]
32-
dev-repo: "git+https://github.com/mransan/ocaml-protoc.git"

pbrt_services.opam.template

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
build: [
2+
["dune" "subst"] {pinned}
3+
[
4+
"dune"
5+
"build"
6+
"-p"
7+
name
8+
"-j"
9+
jobs
10+
"@install"
11+
# "@runtest" {with-test} # no tests
12+
"@doc" {with-doc}
13+
]
14+
]

0 commit comments

Comments
 (0)