-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc(test-termination): update README.md
- Loading branch information
Showing
1 changed file
with
8 additions
and
7 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 |
---|---|---|
@@ -1,7 +1,8 @@ | ||
Test Support | ||
------------ | ||
The programs in this directory intentionally terminate to support the `stop` and `error stop` | ||
unit tests, which use Fortran's `execute_command_line` to run the programs in this directory | ||
and to check for the expected non-zero stop codes. Running the tests in this manner enables | ||
the tests to continue executing after the child process launched by `execute_command_line` | ||
terminates. | ||
Test Termination | ||
---------------- | ||
The code in this subdirectory intentionally terminate to test the following | ||
procedures and interface from prif.F90: | ||
- `prif_error_stop` | ||
- `prif_register_stop_callback` | ||
- `prif_stop_callback_interface` | ||
- `prif_stop` |