Skip to content

Commit

Permalink
Enable build system specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Ford committed Oct 5, 2009
1 parent 8fbdff1 commit 8f4aa9a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion spec/default.mspec
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,11 @@ class MSpecScript

set :compiler, [ 'spec/compiler' ]

set :build, [ 'spec/build' ]

# An ordered list of the directories containing specs to run
set :files, get(:language) + get(:core) + get(:library) +
get(:capi) + get(:compiler)
get(:capi) + get(:compiler) + get(:build)

set :ruby, [
'spec/ruby/language',
Expand Down Expand Up @@ -80,6 +82,8 @@ class MSpecScript
'spec/capi',
'spec/frozen/library/digest',

'spec/build',

'^spec/core/compiledmethod',
'^spec/core/module',
'^spec/capi/globals',
Expand Down
2 changes: 2 additions & 0 deletions spec/full.mspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ class MSpecScript
'spec/frozen/library',
'spec/library',

'spec/build',

# excluded because significantly broken
'^spec/core/compiledmethod',
'^spec/core/module',
Expand Down

0 comments on commit 8f4aa9a

Please sign in to comment.