diff options
Diffstat (limited to 'src/cowboy_multipart.erl')
-rw-r--r-- | src/cowboy_multipart.erl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cowboy_multipart.erl b/src/cowboy_multipart.erl index 26ea84f..4040073 100644 --- a/src/cowboy_multipart.erl +++ b/src/cowboy_multipart.erl @@ -30,7 +30,9 @@ -type end_of_part() :: {end_of_part, cont(more(part_result()))}. -type disposition() :: {binary(), [{binary(), binary()}]}. +-ifdef(TEST). -include_lib("eunit/include/eunit.hrl"). +-endif. %% API. |