spec/bundler must not be run by mspec
This commit is contained in:
parent
998ccb0831
commit
73ca989a81
@ -343,6 +343,9 @@ test_%.rb test/%: programs PHONY
|
|||||||
spec/bundler/%: PHONY
|
spec/bundler/%: PHONY
|
||||||
$(Q)$(exec) $(XRUBY) -C $(srcdir) -Ispec/bundler .bundle/bin/rspec --require spec_helper $(RSPECOPTS) $@
|
$(Q)$(exec) $(XRUBY) -C $(srcdir) -Ispec/bundler .bundle/bin/rspec --require spec_helper $(RSPECOPTS) $@
|
||||||
|
|
||||||
|
spec/bundler spec/bundler/: PHONY
|
||||||
|
$(MAKE) $(mflags) test-bundler-parallel
|
||||||
|
|
||||||
spec/%: programs exts PHONY
|
spec/%: programs exts PHONY
|
||||||
$(RUNRUBY) -r./$(arch)-fake $(srcdir)/spec/mspec/bin/mspec-run -B $(srcdir)/spec/default.mspec $(SPECOPTS) $(patsubst %,$(srcdir)/%,$@)
|
$(RUNRUBY) -r./$(arch)-fake $(srcdir)/spec/mspec/bin/mspec-run -B $(srcdir)/spec/default.mspec $(SPECOPTS) $(patsubst %,$(srcdir)/%,$@)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user