rubyx/test/soml/expressions/test_all.rb
Torsten Ruger 18f9ea019e move parfait tests to some
after renaming compiler to soml
it’s where they wanna be
also will allow for unifying test helpers and testing fragments
remotely too
2015-11-18 12:14:31 +02:00

5 lines
124 B
Ruby

require_relative "test_basic"
require_relative "test_call"
require_relative "test_field_access"
require_relative "test_ops"