small clean
This commit is contained in:
parent
296c9fbf98
commit
3bfcd830b0
@ -19,9 +19,7 @@ class TestAll < MiniTest::Test
|
|||||||
# three test_*[ast/parse/transf] methods that in turn check the three phases.
|
# three test_*[ast/parse/transf] methods that in turn check the three phases.
|
||||||
# runnable_methods is called by minitest to determine which tests to run
|
# runnable_methods is called by minitest to determine which tests to run
|
||||||
def self.runnable_methods
|
def self.runnable_methods
|
||||||
puts "called"
|
|
||||||
all = Dir["test/cases/*/*.tst"]
|
all = Dir["test/cases/*/*.tst"]
|
||||||
puts "case #{all.length}"
|
|
||||||
tests =[]
|
tests =[]
|
||||||
all.each do |file|
|
all.each do |file|
|
||||||
name = file.sub("test/cases/","").sub("/","_").sub(".tst","")
|
name = file.sub("test/cases/","").sub("/","_").sub(".tst","")
|
||||||
|
Loading…
Reference in New Issue
Block a user