-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Inject absolute paths into "expected output" files (#157)
Add feature to the system test framework to generate absolute paths in output files based on template files. It works like this: If a folder called `expected-output-template` exists, then 1. it takes each file from that folder 2. creates a copy in folder `expected-output` 3. and replaces the string `TESTS-SYSTEM` with an absolute path to the `tests-system` folder. This way it is possible to compare *.lobster files that contain absolute paths against their expected content. `lobster-cpptest` needs this feature.
- Loading branch information
Showing
1 changed file
with
23 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters