diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-01 06:42:51 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-01 06:42:51 +0000 |
| commit | 2a191a1470a1c8cbff3625484d4af515e8d6f0bc (patch) | |
| tree | eabc5f2ab65468cf0538612fbfd0dc8996920f1a /spec/default.mspec | |
| parent | 6277a37f051a6c01837779b30d2a1f023a1ffaf8 (diff) | |
merges r21212 from trunk into ruby_1_9_1.
* spec/README: follows the change of directory structure in rubyspec.
* spec/default.mspec: ditto. Also follows change of mspec command.
* Makefile.in: ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21231 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'spec/default.mspec')
| -rw-r--r-- | spec/default.mspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/default.mspec b/spec/default.mspec index 402065b44..b94807d6d 100644 --- a/spec/default.mspec +++ b/spec/default.mspec @@ -8,6 +8,7 @@ class MSpecScript # The default implementation to run the specs. set :target, File.join(builddir, "miniruby#{config['exeext']}") + set :prefix, 'spec/rubyspec' set :flags, %W[ -I#{srcdir}/lib -I#{srcdir}/#{config['EXTOUT']}/common |
