rubyx/test/melon/test_all.rb
Torsten Ruger 27a7657842 add parser and basic test framework
that doesnt actually do anything. but WILL, great things, off course
2015-12-01 11:55:33 +02:00

6 lines
147 B
Ruby

require_relative "test_loop"
require_relative "test_itos"
require_relative "test_calls"
require_relative "test_adds"
require_relative "test_hello"