File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change
1
+ Thu Sep 17 22:33:07 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
2
+
3
+ * common.mk: fix command error with outside builddir.
4
+
1
5
Thu Sep 17 17:42:09 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
2
6
3
7
* common.mk: separated test for test-framework from test-all task.
Original file line number Diff line number Diff line change @@ -581,7 +581,7 @@ yes-test-knownbug: prog PHONY
581
581
test-testframework : $(TEST_RUNNABLE ) -test-testframework
582
582
no-test-testframework : PHONY
583
583
yes-test-testframework : prog PHONY
584
- $(Q )$(exec ) $(RUNRUBY ) " $( srcdir) /test/runner.rb" --ruby=" $( RUNRUBY) " $(TESTOPTS ) test/testunit test/minitest
584
+ $(Q )$(exec ) $(RUNRUBY ) " $( srcdir) /test/runner.rb" --ruby=" $( RUNRUBY) " $(TESTOPTS ) $( srcdir ) / test/testunit $( srcdir ) / test/minitest
585
585
586
586
test : test-sample btest-ruby test-knownbug
587
587
You can’t perform that action at this time.
0 commit comments