order test requires

easier to spot missed tests (when guard and cmd-line differ)
This commit is contained in:
Torsten Ruger
2017-04-02 22:42:51 +03:00
parent 16a55d9f95
commit ffbe39d571
6 changed files with 17 additions and 41 deletions

View File

@ -1,9 +1,9 @@
require_relative "test_add"
require_relative "test_change"
require_relative "test_byte_to_reg"
require_relative "test_called_if"
require_relative "test_simple_if"
require_relative "test_puts"
require_relative "test_plus"
require_relative "test_change"
require_relative "test_mult"
require_relative "test_plus"
require_relative "test_puts"
require_relative "test_reg_to_byte"
require_relative "test_simple_if"