mte/unikernel/duniverse/ocaml-cstruct/ppx_test/with-sexp/dune
2025-11-11 02:07:51 +01:00

11 lines
238 B
Text

(executable
(name ppx_cstruct_and_sexp)
(preprocess
(pps ppx_cstruct ppx_sexp_conv -- -no-check))
(libraries cstruct sexplib cstruct-sexp))
(rule
(alias runtest)
(package ppx_cstruct)
(action
(run ./ppx_cstruct_and_sexp.exe)))