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_format.hrl").
-ifdef(test).
-ifdef(TEST).
-include_lib("eunit/include/eunit.hrl").
-endif.
@ -158,7 +158,7 @@ space(Opts) ->
%% eunit tests
-ifdef(test).
-ifdef(TEST).
minify_test_() ->
[