Browse Source

R15 does not appear to properly handle the export_all directive added to rebar.config

pull/360/head
John R. Daily 9 years ago
parent
commit
124ba14f18
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/lager_app.erl

+ 1
- 0
src/lager_app.erl View File

@ -23,6 +23,7 @@
-behaviour(application).
-include("lager.hrl").
-ifdef(TEST).
-compile([export_all]).
-include_lib("eunit/include/eunit.hrl").
-endif.
-export([start/0,

Loading…
Cancel
Save