clearer organization for compiler tests
was slightly messy with small/large now needed different test for expression and statements
This commit is contained in:
4
test/compiler/expressions/test_all.rb
Normal file
4
test/compiler/expressions/test_all.rb
Normal file
@ -0,0 +1,4 @@
|
||||
require_relative "test_basic"
|
||||
require_relative "test_call"
|
||||
require_relative "test_field_access"
|
||||
require_relative "test_function"
|
Reference in New Issue
Block a user