fixed eunit test macro definition

This commit is contained in:
alisdair sullivan 2010-08-23 19:59:23 -07:00
parent 4d8246dcdc
commit d58fc57ab4
5 changed files with 10 additions and 10 deletions

View file

@ -35,7 +35,7 @@
-include("./include/jsx_eep0018.hrl").
-ifdef(test).
-ifdef(TEST).
-include_lib("eunit/include/eunit.hrl").
-endif.
@ -400,7 +400,7 @@ to_hex(X) -> X + $0.
%% eunit tests
-ifdef(test).
-ifdef(TEST).
decode_test_() ->
[