with the new framework there are 16 more tests, just doing it thorough

This commit is contained in:
Torsten Ruger
2014-04-29 17:02:38 +03:00
parent 8151ed6b9d
commit 98a907e8e6
4 changed files with 11 additions and 5 deletions

7
test/parser/test_all.rb Normal file
View File

@@ -0,0 +1,7 @@
require_relative "test_basic.rb"
require_relative "test_arguments.rb"
require_relative "test_expressions.rb"
require_relative "test_function_call.rb"
require_relative "test_conditional.rb"
require_relative "test_function_definition.rb"