diff --git a/src/lager_app.erl b/src/lager_app.erl index 7b02e54..b76da53 100644 --- a/src/lager_app.erl +++ b/src/lager_app.erl @@ -23,6 +23,7 @@ -behaviour(application). -include("lager.hrl"). -ifdef(TEST). +-compile([export_all]). -include_lib("eunit/include/eunit.hrl"). -endif. -export([start/0,