Skip to content

Handle input files #4

@chrispbradley

Description

@chrispbradley

The test framework fails when examples have input files. The test framework creates a directories (under testrunner-build) for each example then executes the absolute path to the example (executable or python script) from this directory. This process fails if the example has input files as the paths to the input files are now wrong as the example will look for these files in the testrunner-build directory. The current hack of making the input file a test argument is not sufficient as a) the examples should be able to run in the test framework unaltered and b) this solution does not scale for examples that have many input files.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions