rubyx/test/compiler/test_all.rb

5 lines
129 B
Ruby
Raw Normal View History

2015-10-10 11:29:52 +02:00
require_relative "test_basic"
2015-10-14 12:48:42 +02:00
require_relative "test_call"
require_relative "test_field_access"
2015-10-14 14:17:33 +02:00
require_relative "test_function"