fixed eunit test macro definition
This commit is contained in:
parent
4d8246dcdc
commit
d58fc57ab4
5 changed files with 10 additions and 10 deletions
|
@ -35,7 +35,7 @@
|
|||
-include("./include/jsx_verify.hrl").
|
||||
|
||||
|
||||
-ifdef(test).
|
||||
-ifdef(TEST).
|
||||
-include_lib("eunit/include/eunit.hrl").
|
||||
-endif.
|
||||
|
||||
|
@ -93,7 +93,7 @@ collect(_, _) ->
|
|||
|
||||
|
||||
%% eunit tests
|
||||
-ifdef(test).
|
||||
-ifdef(TEST).
|
||||
|
||||
true_test_() ->
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue