Skip to content

Commit

Permalink
chore: use test file directly in one rule so ocaml-lsp works
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Mar 16, 2021
1 parent b9c485a commit 34b7a13
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions test/dune
@@ -1,15 +1,8 @@
; Tests for the default_implementation (mirrors 0.2.2 usage)

(rule
(target test_default.ml)
(action
(progn
(copy %{dep:test.ml} %{target})
(copy test.expected test_default.expected))))

(test
(name test_default)
(modules test_default)
(name test)
(modules test)
(libraries binaryen)
(action
(run %{test})))
Expand Down

0 comments on commit 34b7a13

Please sign in to comment.