include specs in sprc/ root

This commit is contained in:
Colin Surprenant 2014-03-20 00:43:12 -04:00
parent 78b2dd6e3a
commit 2e907e5f39

View file

@ -43,7 +43,7 @@ default:
@echo " tarball -- builds the tarball package"
@echo " tarball-test -- runs the test suite against the tarball package"
TESTS=$(wildcard spec/**/*.rb)
TESTS=$(wildcard spec/**/*.rb spec/*.rb)
# The 'version' is generated based on the logstash version, git revision, etc.
.VERSION.mk: REVISION=$(shell git rev-parse --short HEAD | tr -d ' ')