Makefile in rimless-1.0.4 vs Makefile in rimless-1.1.0
- old
+ new
@@ -83,10 +83,14 @@
update: install
# Install the dependencies
@$(MKDIR) -p $(VENDOR_DIR)
@$(call run-shell,$(BUNDLE) exec $(APPRAISAL) update)
-test: #install
+test: \
+ test-specs \
+ test-style
+
+test-specs:
# Run the whole test suite
@$(call run-shell,$(BUNDLE) exec $(RAKE))
$(TEST_GEMFILES): GEMFILE=$(@:test-%=%)
$(TEST_GEMFILES):