Swap DEV_ONLY for TEST in the test exclusion macros

This commit is contained in:
Eric Merritt 2015-09-07 10:45:58 -07:00
parent fbf7f7951c
commit 739a9bcf24
8 changed files with 8 additions and 8 deletions

View file

@ -325,7 +325,7 @@ sub_files(From) ->
%%% Test Functions
%%%===================================================================
-ifdef(DEV_ONLY).
-ifdef(TEST).
-include_lib("eunit/include/eunit.hrl").
setup_test() ->