Skip to content

Commit

Permalink
fixup! Fix ppx flags for examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
Drup committed May 7, 2016
1 parent ac99258 commit 15c7278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _oasis
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ Test basic_website_ppx
WorkingDirectory: examples/basic_website_ppx
Command: $basic_website_ppx
TestTools: basic_website_ppx
Run$: flag(tests) && flag(tests)
Run$: flag(tests) && flag(ppx)

Executable mini_website
Install: false
Expand Down Expand Up @@ -246,7 +246,7 @@ Test mini_website_ppx
WorkingDirectory: examples/mini_website_ppx
Command: $mini_website
TestTools: mini_website
Run$: flag(tests) && flag(tests)
Run$: flag(tests) && flag(ppx)

## Documentation

Expand Down

0 comments on commit 15c7278

Please sign in to comment.