fix up tests to reflect the actual NOTEST variable DEV_ONLY
This commit is contained in:
parent
4973a0fb8f
commit
16b441f0e3
10 changed files with 23 additions and 25 deletions
|
@ -68,7 +68,7 @@ fetch(Fun, List) when is_list(List), is_function(Fun) ->
|
|||
%%% Test Functions
|
||||
%%%===================================================================
|
||||
|
||||
-ifndef(NOTEST).
|
||||
-ifdef(DEV_ONLY).
|
||||
-include_lib("eunit/include/eunit.hrl").
|
||||
|
||||
find1_test() ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue