rubyx/test/compiler/fragments/test_all.rb
2015-10-25 12:31:35 +02:00

10 lines
261 B
Ruby

require_relative "test_if"
#require_relative "test_foo"
#require_relative "test_hello"
require_relative "test_class"
#require_relative "test_putint"
#require_relative "test_functions"
#require_relative "test_recursive_fibo"
#require_relative "test_while_fibo"