[DRE-commits] [rubygems-integration] 06/10: `make spec` to run the tests
Antonio Terceiro
terceiro at moszumanska.debian.org
Wed Jun 17 22:17:13 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository rubygems-integration.
commit f40a4c79355ea911d542196ae87e4d0441e1ff30
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date: Wed Jun 17 18:48:34 2015 -0300
`make spec` to run the tests
---
Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 8359a51..d94fefe 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,9 @@ SPECS = $(wildcard spec/*_spec.rb)
all:
@echo Nothing to build!
-run-specs:
+.PHONY: spec
+
+spec:
$(RUBY) -Ilib $(SPECS)
install:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/rubygems-integration.git
More information about the Pkg-ruby-extras-commits
mailing list