summaryrefslogtreecommitdiff
path: root/src/mochiweb/mochiweb_sup.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mochiweb/mochiweb_sup.erl')
-rw-r--r--src/mochiweb/mochiweb_sup.erl7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mochiweb/mochiweb_sup.erl b/src/mochiweb/mochiweb_sup.erl
index 5cb525b5..af7df9b3 100644
--- a/src/mochiweb/mochiweb_sup.erl
+++ b/src/mochiweb/mochiweb_sup.erl
@@ -32,3 +32,10 @@ upgrade() ->
init([]) ->
Processes = [],
{ok, {{one_for_one, 10, 10}, Processes}}.
+
+%%
+%% Tests
+%%
+-include_lib("eunit/include/eunit.hrl").
+-ifdef(TEST).
+-endif.