Skip to content

Commit

Permalink
test for landmarks-ppx
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinans committed Jan 14, 2025
1 parent b635ed8 commit 0366d9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/poly-fail/dune
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
(rule
(alias runtest)
(package landmarks-ppx)
(deps
test.ml
(:ppx ../tools/standalone.exe))
(action
(ignore-outputs
(with-accepted-exit-codes 2
(run ocaml -I ../../src -I ../../src/.landmark.objs/byte %{lib-private:landmark:landmark.cma} -ppx "%{ppx} --as-ppx" test.ml)
(run ocaml -I ../../src -I ../../src/.landmark.objs/byte %{lib:landmarks:landmark.cma} -ppx "%{ppx} --as-ppx" test.ml)
))))

0 comments on commit 0366d9a

Please sign in to comment.