Skip to content

Commit bee1058

Browse files
committed
Also builds the ppx basic website in tests.
1 parent f209f3c commit bee1058

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

_oasis

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
206220
Executable mini_website
207221
Install: false
208222
Build$: flag(tests)

_tags

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)