fixed tests (namespacing) and finally created a test_all
This commit is contained in:
5
test/test_all.rb
Normal file
5
test/test_all.rb
Normal file
@ -0,0 +1,5 @@
|
||||
require_relative "test_crystal"
|
||||
require_relative "test_nodes"
|
||||
require_relative "test_parser"
|
||||
require_relative "test_small_program"
|
||||
require_relative "test_transform"
|
Reference in New Issue
Block a user