Skip to content

List test files dynamically in TCL test framework #302

Description

@hpatro

Problem:

Currently test_helper.tcl file maintains a list of test file name(s) all_tests and the list is iterated over to run all the tests. all_tests variable needs to be manually updated on introduction of new test files.

Proposed Solution:

List all the files recursively under unit/* in test_helper.tcl and generate list of tests to be ran dynamically. This avoids manual update of the all_tests variable.

Ref: #267

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueGood for newcomershelp wantedExternal contributions would be appreciated

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions