File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -203,6 +203,20 @@ Test basic_website
203203 TestTools: basic_website
204204 Run$: flag(tests)
205205
206+ Executable basic_website_ppx
207+ Install: false
208+ Build$: flag(tests) && flag(tests)
209+ Path: examples/basic_website_ppx
210+ MainIs: site_html.ml
211+ BuildDepends: tyxml
212+ CompiledObject: best
213+
214+ Test basic_website_ppx
215+ WorkingDirectory: examples/basic_website_ppx
216+ Command: $basic_website_ppx
217+ TestTools: basic_website_ppx
218+ Run$: flag(tests) && flag(tests)
219+
206220Executable mini_website
207221 Install: false
208222 Build$: flag(tests)
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ true: keep_locs
1515# Tests use the tyxml ppx
1616<test/*.ml>: ppx_tyxml
1717
18- <examples/mini_website_ppx /*.ml>: ppx_tyxml
18+ <examples/*_ppx /*.ml>: ppx_tyxml
You can’t perform that action at this time.
0 commit comments