Skip to content

Commit

Permalink
doc(test-termination): update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rouson committed Dec 28, 2024
1 parent b716cdd commit c8482e8
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions test-termination/README.md
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`

0 comments on commit c8482e8

Please sign in to comment.