This commit is contained in:
swrup 2025-11-11 02:07:51 +01:00
parent aa2ff7b2f0
commit 2f3113f55d
11742 changed files with 1223940 additions and 0 deletions

View file

@ -0,0 +1,18 @@
(library
(name ppx_sexp_conv_test_sexp_grammar)
(libraries base expect_test_helpers_core.expect_test_helpers_base
sexp_grammar)
(preprocess
(pps ppx_sexp_conv ppx_expect ppx_here)))
(rule
(targets regular_vs_polymorphic_variants.diff)
(deps test_regular_variants.ml test_polymorphic_variants.ml)
(mode promote)
(action
(bash
"%{bin:patdiff-for-review} %{bin:patdiff} %{deps} > %{targets} || true")))
(alias
(name DEFAULT)
(deps regular_vs_polymorphic_variants.diff))