fixed tests (namespacing) and finally created a test_all

This commit is contained in:
Torsten Ruger
2014-04-27 15:44:34 +03:00
parent 436a5dac5a
commit d72c9a3bb0
6 changed files with 18 additions and 14 deletions

5
test/test_all.rb Normal file
View 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"