-
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 arbitrary many *.lobster files
Add `README.md` to explain how system tests work.
- Loading branch information
Showing
2 changed files
with
9 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
The script `run_tool_tests.py` executes system tests. | ||
It can execute system tests for all lobster tools. | ||
|
||
The one and only command line argument to the script must be the name of the tool under test. | ||
For example, to run system tests for `lobster-trlc`, the tool must be started like this: | ||
``` | ||
> python3 run_tool_tests.py lobster-trlc | ||
``` |
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