create rubyx dir and move previous vool_compiler there
This commit is contained in:
@ -23,10 +23,10 @@ guard :minitest , all_on_start: false do # with Minitest::Unit
|
||||
watch(%r{^lib/parfait/type.rb}) { Dir["test/parfait/type/test_*.rb"] }
|
||||
|
||||
# ruby compiler tests have a whole directory
|
||||
watch(%r{^lib/vool/ruby_compiler.rb}) { Dir["test/vool/ruby_compiler/test_*.rb"] }
|
||||
watch(%r{^lib/rubyx/ruby_compiler.rb}) { Dir["test/rubyx/ruby_compiler/test_*.rb"] }
|
||||
|
||||
# Vool to_mom compile process + # Ruby to vool compile process
|
||||
watch(%r{^lib/vool/statements/(.+)_statement.rb}) { |m|
|
||||
watch(%r{^lib/vool/(.+)_statement.rb}) { |m|
|
||||
[ Dir["test/vool/to_mom/test_#{m[1]}*.rb"] , "test/vool/statements/test_#{m[1]}.rb"] }
|
||||
watch(%r{^lib/vool/statements/send_statement.rb}) {
|
||||
[ Dir["test/vool/to_mom/send/test_*.rb"] , "test/vool/statements/test_send_statement.rb"] }
|
||||
|
Reference in New Issue
Block a user