Skip to content

Commit

Permalink
run single spec [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Jul 31, 2019
1 parent 835fa9e commit c94cc6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions defs/gmake.mk
Expand Up @@ -292,6 +292,9 @@ rdoc\:%: PHONY
test_%.rb test/%: programs PHONY
+$(Q)$(exec) $(RUNRUBY) "$(TESTSDIR)/runner.rb" --ruby="$(RUNRUBY)" $(TEST_EXCLUDES) $(TESTOPTS) -- $(patsubst test/%,%,$@)

spec/%: programs exts PHONY
+$(RUNRUBY) -r./$(arch)-fake $(srcdir)/spec/mspec/bin/mspec-run -B $(srcdir)/spec/default.mspec $(SPECOPTS) $(patsubst %,$(srcdir)/%,$@)

clean-srcs-ext::
$(Q)$(RM) $(patsubst $(srcdir)/%,%,$(EXT_SRCS))

Expand Down

0 comments on commit c94cc6d

Please sign in to comment.