Swap DEV_ONLY for TEST in the test exclusion macros
This commit is contained in:
parent
fbf7f7951c
commit
739a9bcf24
8 changed files with 8 additions and 8 deletions
|
@ -68,7 +68,7 @@ fetch(Fun, List) when is_list(List), is_function(Fun) ->
|
|||
%%% Test Functions
|
||||
%%%===================================================================
|
||||
|
||||
-ifdef(DEV_ONLY).
|
||||
-ifdef(TEST).
|
||||
-include_lib("eunit/include/eunit.hrl").
|
||||
|
||||
find1_test() ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue