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,12 +0,0 @@
|
||||
#statements
|
||||
require_relative "test_assignment"
|
||||
require_relative "test_call_site"
|
||||
require_relative "test_fields"
|
||||
require_relative "test_if_statement"
|
||||
require_relative "test_return_statement"
|
||||
require_relative "test_while_statement"
|
||||
#expressions
|
||||
require_relative "test_basic_values"
|
||||
require_relative "test_field_access"
|
||||
require_relative "test_operator_expression"
|
||||
require_relative "test_name_expression"
|
Reference in New Issue
Block a user