From e3707541890c1d679b8bc8e319980667e6ed2bd6 Mon Sep 17 00:00:00 2001 From: yugui Date: Mon, 4 Aug 2008 11:44:41 +0000 Subject: Improved compatibility for mspec. * Makefile.in (update-rubyspec): renamed the rubyspec directory "spec". Changed directory structure. * Makefile.in (test-rubyspec): ditto. * spec/README: described the structure of "spec" directory. * spec/default.mspec: configured for Matz's Ruby Implementation. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18359 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- spec/default.mspec | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 spec/default.mspec (limited to 'spec/default.mspec') diff --git a/spec/default.mspec b/spec/default.mspec new file mode 100644 index 0000000000..b429f6417c --- /dev/null +++ b/spec/default.mspec @@ -0,0 +1,13 @@ +class MSpecScript + # An ordered list of the directories containing specs to run + # as the CI process. + set :ci_files, %w[ + spec/rubyspec/1.9/core + spec/rubyspec/1.9/language + spec/rubyspec/1.9/library + ] + + srcdir = File.expand_path(File.join(File.dirname(__FILE__), '..')) + # The default implementation to run the specs. + set :target, File.join(srcdir, `#{srcdir}/miniruby -I#{srcdir} -rrbconfig -e 'print Config::CONFIG["RUBY_INSTALL_NAME"]'`) +end -- cgit v1.2.3