Skip to content

Commit

Permalink
simplify dune test
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Aug 22, 2023
1 parent 1e945a5 commit 24c1a38
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/tests/expectation/dune
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
(executable
(test
(name tests)
(libraries pbrt ocaml-protoc.compiler-lib)
(flags :standard -open Ocaml_protoc_compiler_lib))

(rule
(with-stdout-to
tests.output
(run ./tests.exe)))

(rule
(alias runtest)
(action
(diff tests.expected tests.output)))

0 comments on commit 24c1a38

Please sign in to comment.