with a more comprehensive execution test that uncovered some missing spots

This commit is contained in:
Jeremy Ashkenas
2009-12-24 00:41:12 -08:00
parent b743e3219a
commit fb13a303f2
5 changed files with 67 additions and 8 deletions

View File

@@ -8,6 +8,7 @@ class ExecutionTest < Test::Unit::TestCase
starting_place = File.expand_path(Dir.pwd)
Dir.chdir('/Users/jashkenas/Desktop/Beauty/Code/v8')
sources.each do |source|
# puts `./shell #{source}`
assert `./shell #{source}`.chomp.to_sym == :true
end
ensure