Home | History | Annotate | Download | only in test

Lines Matching defs:Test

5 require 'antlr3/test/core-extensions'
6 require 'antlr3/test/call-stack'
16 module Test
29 dependencies << path if test( ?f, path )
36 not test( ?f, target ) or
37 dependencies.any? { |dep| test( ?>, dep, target ) }
55 GLOBAL_DEPENDENCIES << path if test( ?f, path )
193 if test( ?f, target )
221 test( ?f, f ) and File.delete( f )
307 test( ?d, output_directory ) or Dir.mkdir( output_directory )
308 unless test( ?f, @path ) and MD5.digest( @source ) == MD5.digest( File.read( @path ) )