Skip to content

Commit ac99258

Browse files
committed
Fix ppx flags for examples.
1 parent decd6af commit ac99258

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_oasis

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Test basic_website
208208

209209
Executable basic_website_ppx
210210
Install: false
211-
Build$: flag(tests) && flag(tests)
211+
Build$: flag(tests) && flag(ppx)
212212
Path: examples/basic_website_ppx
213213
MainIs: site_html.ml
214214
BuildDepends: tyxml
@@ -236,7 +236,7 @@ Test mini_website
236236

237237
Executable mini_website_ppx
238238
Install: false
239-
Build$: flag(tests) && flag(tests)
239+
Build$: flag(tests) && flag(ppx)
240240
Path: examples/mini_website_ppx
241241
MainIs: minihtml.ml
242242
BuildDepends: tyxml

0 commit comments

Comments
 (0)