summaryrefslogtreecommitdiff
path: root/src/mochiweb/mochifmt_records.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mochiweb/mochifmt_records.erl')
-rw-r--r--src/mochiweb/mochifmt_records.erl8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mochiweb/mochifmt_records.erl b/src/mochiweb/mochifmt_records.erl
index 94c77978..2326d1dd 100644
--- a/src/mochiweb/mochifmt_records.erl
+++ b/src/mochiweb/mochifmt_records.erl
@@ -28,3 +28,11 @@ get_rec_index(Atom, [Atom | _], Index) ->
Index;
get_rec_index(Atom, [_ | Rest], Index) ->
get_rec_index(Atom, Rest, 1 + Index).
+
+
+%%
+%% Tests
+%%
+-include_lib("eunit/include/eunit.hrl").
+-ifdef(TEST).
+-endif.