From c8482e805af363af6d0c5b6eb4658a7fef675109 Mon Sep 17 00:00:00 2001 From: Damian Rouson Date: Sat, 28 Dec 2024 14:32:07 -0500 Subject: [PATCH] doc(test-termination): update README.md --- test-termination/README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/test-termination/README.md b/test-termination/README.md index 399282e7..db3bcb7c 100644 --- a/test-termination/README.md +++ b/test-termination/README.md @@ -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`