split some tests, create more and especially big move

This commit is contained in:
Torsten Ruger
2014-09-18 17:06:30 +03:00
parent 457b40a7de
commit e0c479f778
5 changed files with 46 additions and 14 deletions

View File

@@ -1,6 +1,7 @@
require_relative "test_stack"
require_relative "test_control"
require_relative "test_logic"
require_relative "test_add"
require_relative "test_move"
require_relative "test_memory"
require_relative "test_compare"