Skip to content

Commit

Permalink
make test to run on all ocaml versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tatchi committed Jan 27, 2023
1 parent 221b653 commit cbba173
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 24 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
(library
(name lte414caml)
(modules lte414caml)
(enabled_if
(<= %{ocaml_version} %{ocaml_version})))

(rule
(with-stdout-to
lte414caml.ml
(echo "")))

(rule
(with-stdout-to
main.ml
(echo "")))

(executable
(name main)
(modules main)
(libraries lte414caml))
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(lang dune 3.0)
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$ dune build

This file was deleted.

This file was deleted.

0 comments on commit cbba173

Please sign in to comment.