commit | 1440b05bf15a5d26429253ec926db0c7c927a061 | [log] [tgz] |
---|---|---|
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | Wed Oct 09 00:27:33 2024 +0200 |
committer | Daniel Pfeifer <daniel@pfeifer-mail.de> | Fri Oct 11 15:38:25 2024 +0200 |
tree | 5d38b7e0cb92f52d9d572903ae38e4cb50c9bfb7 | |
parent | 8bb0281896847cda8b5bf0006691dce6efe1d557 [diff] |
cmMakefile: invoke callback after command execution `cmMakefile` has a hook that invokes a callback before each command execution. The only user of that hook is `cmCTestScriptHandler`, which uses it to update the elapsed time since it was started. The `ctest_sleep` command again updates the elapsed time explicitly. This explicit update can be saved by invoking the callback after the command execution instead.