diff options
author | Loïc Hoguin <[email protected]> | 2012-09-17 11:41:08 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2012-09-17 13:57:29 +0200 |
commit | 13b743ba2635f7a3f57f5f8a7445ea243aed04d2 (patch) | |
tree | bc82858d7e40316e02452d0929f1a5ae6e8af580 /src/cowboy_cookies.erl | |
parent | 183bf7f1439773b62f417a817cebfb194ef28d35 (diff) | |
download | cowboy-13b743ba2635f7a3f57f5f8a7445ea243aed04d2.tar.gz cowboy-13b743ba2635f7a3f57f5f8a7445ea243aed04d2.tar.bz2 cowboy-13b743ba2635f7a3f57f5f8a7445ea243aed04d2.zip |
Include the eunit file only if TEST is defined
Diffstat (limited to 'src/cowboy_cookies.erl')
-rw-r--r-- | src/cowboy_cookies.erl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cowboy_cookies.erl b/src/cowboy_cookies.erl index 4accf14..d10c848 100644 --- a/src/cowboy_cookies.erl +++ b/src/cowboy_cookies.erl @@ -36,7 +36,9 @@ -define(QUOTE, $\"). +-ifdef(TEST). -include_lib("eunit/include/eunit.hrl"). +-endif. %% API. |