- run email tests, too

This commit is contained in:
Jordan Sissel 2013-05-07 11:16:45 -07:00
parent 3b11b904a1
commit bffb765b10

View file

@ -30,7 +30,7 @@ else
TAR_OPTS=--wildcards TAR_OPTS=--wildcards
endif endif
TESTS=$(wildcard spec/support/*.rb spec/filters/*.rb spec/examples/*.rb spec/event.rb spec/outputs/graphite.rb) TESTS=$(wildcard spec/support/*.rb spec/filters/*.rb spec/examples/*.rb spec/event.rb spec/outputs/graphite.rb spec/outputs/email.rb)
default: jar default: jar
# Figure out if we're using wget or curl # Figure out if we're using wget or curl