summaryrefslogtreecommitdiff
path: root/src/mochiweb/mochiweb_app.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mochiweb/mochiweb_app.erl')
-rw-r--r--src/mochiweb/mochiweb_app.erl7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mochiweb/mochiweb_app.erl b/src/mochiweb/mochiweb_app.erl
index 2b437f6c..5d67787b 100644
--- a/src/mochiweb/mochiweb_app.erl
+++ b/src/mochiweb/mochiweb_app.erl
@@ -18,3 +18,10 @@ start(_Type, _StartArgs) ->
%% @doc application stop callback for mochiweb.
stop(_State) ->
ok.
+
+%%
+%% Tests
+%%
+-include_lib("eunit/include/eunit.hrl").
+-ifdef(TEST).
+-endif.