Skip to content

Commit

Permalink
Generalized long schedule regex for all releases R16 and above.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Meredith committed Jul 10, 2015
1 parent 2075d37 commit 484cccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config
@@ -1,7 +1,7 @@
{erl_opts, [debug_info,
fail_on_warning,
{platform_define, "^[0-9]+", namespaced_types},
{platform_define, "R16B01|R16B02|R16B03|R16B03-117|18", long_schedule},
{platform_define, "R16B01|R16B02|R16B03|^[0-9]+", long_schedule},
{parse_transform, lager_transform}]}.

{eunit_opts, [verbose]}.
Expand Down

0 comments on commit 484cccf

Please sign in to comment.