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:
@ -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"
|
Reference in New Issue
Block a user