(rule
 (deps test_deriving_fold.cppo.ml)
 (targets test_deriving_fold.ml)
 (action (run %{bin:cppo} -V OCAML:%{ocaml_version} %{deps} -o %{targets})))

(test
 (name test_deriving_fold)
 (libraries ounit2 ppx_deriving.runtime)
 (preprocess (pps ppx_deriving.fold)))
