Browse Source

skip test code

Paul Bonser 16 years ago
parent
commit
e941cbc1a2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/oauth_unit.erl

+ 2 - 0
src/oauth_unit.erl

@@ -1,5 +1,6 @@
 -module(oauth_unit).
 -module(oauth_unit).
 
 
+-ifdef(TEST).
 -include_lib("eunit/include/eunit.hrl").
 -include_lib("eunit/include/eunit.hrl").
 -include("oauth_test_macros.hrl").
 -include("oauth_test_macros.hrl").
 
 
@@ -77,3 +78,4 @@ hmac_signature_test_() -> [
     "oauth_token%3Dnnch734d00sl2jdk%26oauth_version%3D1.0%26size%3Doriginal"
     "oauth_token%3Dnnch734d00sl2jdk%26oauth_version%3D1.0%26size%3Doriginal"
   ])
   ])
 ].
 ].
+-endif.