-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support system tests with absolute paths
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
83 additions
and
37 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