mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
${} does not work with nmake.exe
This commit is contained in:
parent
0b858425e1
commit
eb043c8888
1 changed files with 2 additions and 2 deletions
|
@ -185,7 +185,7 @@ INSTALL_PROG_MODE = 0755
|
||||||
INSTALL_DATA_MODE = 0644
|
INSTALL_DATA_MODE = 0644
|
||||||
|
|
||||||
TESTSDIR = $(srcdir)/test
|
TESTSDIR = $(srcdir)/test
|
||||||
TOOL_TESTSDIR = ${srcdir}/tool/test
|
TOOL_TESTSDIR = $(srcdir)/tool/test
|
||||||
TEST_EXCLUDES = --excludes-dir=$(TESTSDIR)/excludes --name=!/memory_leak/
|
TEST_EXCLUDES = --excludes-dir=$(TESTSDIR)/excludes --name=!/memory_leak/
|
||||||
TESTWORKDIR = testwork
|
TESTWORKDIR = testwork
|
||||||
TESTOPTS = $(RUBY_TESTOPTS)
|
TESTOPTS = $(RUBY_TESTOPTS)
|
||||||
|
@ -753,7 +753,7 @@ yes-test-knownbug: prog PHONY
|
||||||
|
|
||||||
test-testframework: $(TEST_RUNNABLE)-test-testframework
|
test-testframework: $(TEST_RUNNABLE)-test-testframework
|
||||||
yes-test-testframework: prog PHONY
|
yes-test-testframework: prog PHONY
|
||||||
$(gnumake_recursive)$(Q)$(exec) $(RUNRUBY) "$(srcdir)/test/runner.rb" --ruby="$(RUNRUBY)" --basedir=${TOOL_TESTSDIR} $(TESTOPTS) testunit minitest
|
$(gnumake_recursive)$(Q)$(exec) $(RUNRUBY) "$(srcdir)/test/runner.rb" --ruby="$(RUNRUBY)" --basedir=$(TOOL_TESTSDIR) $(TESTOPTS) testunit minitest
|
||||||
no-test-testframework: PHONY
|
no-test-testframework: PHONY
|
||||||
|
|
||||||
test-sample: test-basic # backward compatibility for mswin-build
|
test-sample: test-basic # backward compatibility for mswin-build
|
||||||
|
|
Loading…
Reference in a new issue