rubyx/test/register/test_all.rb
Torsten Ruger e80d028f7b test to check that types are types
which led to dictionary bug
2016-12-30 20:48:14 +02:00

8 lines
209 B
Ruby

require_relative "interpreter/test_all"
require_relative "test_compat"
require_relative "test_instructions"
require_relative "test_machine"
require_relative "test_padding"
require_relative "test_positioning"