We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0448a46 commit 59ebebeCopy full SHA for 59ebebe
odoc-parser.opam
@@ -31,7 +31,8 @@ build: [
31
"-j"
32
jobs
33
"@install"
34
- "@runtest" {with-test}
+ # Tests are not all associated with a package and would be run if using the
35
+ # default '@runtest'.
36
+ "@src/parser/runtest" {with-test}
37
]
38
-
src/parser/test/dune
@@ -1,5 +1,6 @@
1
(library
2
(name odoc_parser_test)
3
+ (package odoc-parser)
4
(inline_tests)
5
(enabled_if
6
(>= %{ocaml_version} 4.04.1))
0 commit comments