-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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
Labels
No labels