2024-04-22 20:00:46 +00:00
|
|
|
(rule
|
|
|
|
(targets test.actual.ml)
|
|
|
|
(deps test.ml)
|
|
|
|
(action (run ./bin/pp.exe --impl %{deps} -o %{targets})))
|
|
|
|
|
|
|
|
(rule
|
|
|
|
(alias runtest)
|
|
|
|
(action (diff test.expected.ml test.actual.ml)))
|
|
|
|
|
2024-04-22 18:29:13 +00:00
|
|
|
(test
|
2024-04-22 20:00:46 +00:00
|
|
|
(name test)
|
|
|
|
(modules test)
|
|
|
|
(preprocess (pps ppx_poplpaper)))
|