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

(test
 (name test_deriving_ord)
 (libraries oUnit ppx_deriving.runtime)
 (preprocess (pps ppx_deriving.ord)))
