remove all test_all

Stop manually creating the list of tests (and searching missing).
Main level test_all does a search for all test_*
also possible to run by command line with starts
This commit is contained in:
Torsten Ruger
2017-04-13 17:00:56 +03:00
parent 9dd4409009
commit 73b7e2b22f
21 changed files with 4 additions and 139 deletions

View File

@ -1,9 +0,0 @@
require_relative "test_add"
require_relative "test_byte_to_reg"
require_relative "test_called_if"
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"

View File

@ -1,9 +0,0 @@
require_relative "interpreter/test_all"
require_relative "test_assembler"
require_relative "test_collector"
require_relative "test_compat"
require_relative "test_instructions"
require_relative "test_machine"
require_relative "test_padding"
require_relative "test_positioned"