Skip to content

Commit

Permalink
fix integration test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
akabe committed Mar 20, 2022
1 parent f6ce5b5 commit 9d1b87b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/integration/dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@

(executables
(names runtest)
(preprocess (pps ppx_yojson_conv))
(preprocess (pps ppx_yojson_conv ppx_yojson_conv))
(libraries jupyter
unix)
unix
ppx_yojson_conv_lib)
(flags ((:include %{workspace_root}/config/ocaml_flags.sexp)
(:include %{workspace_root}/config/ocaml_test_flags.sexp))))

0 comments on commit 9d1b87b

Please sign in to comment.