aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-21 21:59:01 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-21 21:59:01 +0000
commit673e470d8b8ba9392369272f2d1eb185f56ff9a0 (patch)
treecba9978d770cef2a915f4c50b21525f111a3ec3a /spec
parent27f74fe7d40c73cb5d0476ad49876d1118d7bd11 (diff)
downloadruby-673e470d8b8ba9392369272f2d1eb185f56ff9a0.tar.gz
default.mspec: OBJDIR
* spec/default.mspec: set object directory for optional/capi, not to pollute the source directory. https://github.com/ruby/spec/pull/247 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54666 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'spec')
-rw-r--r--spec/default.mspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/default.mspec b/spec/default.mspec
index bd2d736586..f9392e6da2 100644
--- a/spec/default.mspec
+++ b/spec/default.mspec
@@ -1,6 +1,7 @@
# -*- ruby -*-
load "./rbconfig.rb"
load File.dirname(__FILE__) + '/rubyspec/default.mspec'
+OBJDIR = File.expand_path("spec/rubyspec/optional/capi/ext")
class MSpecScript
builddir = Dir.pwd
srcdir = ENV['SRCDIR']