fix up tests to reflect the actual NOTEST variable DEV_ONLY

This commit is contained in:
Eric Merritt 2013-10-14 14:10:25 -07:00
parent 4973a0fb8f
commit 16b441f0e3
10 changed files with 23 additions and 25 deletions

View file

@ -227,7 +227,7 @@ colorize_(Color, Bold, Msg) when is_integer(Color), is_integer(Bold)->
%%% Test Functions
%%%===================================================================
-ifndef(NOTEST).
-ifdef(DEV_ONLY).
-include_lib("eunit/include/eunit.hrl").
should_test() ->