collect missing tests (and ordering)

This commit is contained in:
Torsten Ruger
2016-12-28 19:31:17 +02:00
parent af31774074
commit 8cfcb84c8d
4 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,5 @@
require_relative "test_compare"
require_relative "test_call"
require_relative "test_compare"
require_relative "test_logic"
require_relative "test_memory"
require_relative "test_move"