This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
(lang dune 1.5)
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
opam-version: "2"
|
||||
maintainer: "Thierry Martinez <martinez@nsup.org>"
|
||||
authors: "Thierry Martinez <martinez@nsup.org>"
|
||||
homepage: "https://gitlab.inria.fr/tmartine/dune_inline_tests"
|
||||
bug-reports: "https://gitlab.inria.fr/tmartine/dune_inline_tests/issues"
|
||||
license: "BSD"
|
||||
dev-repo: "https://gitlab.inria.fr/tmartine/dune_inline_tests.git"
|
||||
build: [dune build "@install"]
|
||||
install: [dune install]
|
||||
remove: [dune uninstall]
|
||||
depends: ["stdcompat"]
|
||||
available: [ocaml-version >= "3.07" & ocaml-version < "4.08.0"]
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
(library
|
||||
(name simple_tests)
|
||||
(public_name dune_inline_tests)
|
||||
(inline_tests.backend
|
||||
(generate_runner (run sed "s/(\\*TEST:\\(.*\\)\\*)/let () = \\1;;/" %{impl-files}))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue