mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-16 05:00:24 +00:00
Include the eunit file only if TEST is defined
This commit is contained in:
parent
183bf7f143
commit
13b743ba26
7 changed files with 14 additions and 0 deletions
|
@ -118,7 +118,9 @@
|
|||
-export([to_list/1]).
|
||||
-export([transport/1]).
|
||||
|
||||
-ifdef(TEST).
|
||||
-include_lib("eunit/include/eunit.hrl").
|
||||
-endif.
|
||||
|
||||
-record(http_req, {
|
||||
%% Transport.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue