TEST_LAUNCHER is not supported for the old form of add_test()
Originally raised in this forum post: https://discourse.cmake.org/t/test-launcher-documentation/14410 The documentation doesn't mention that the old-style form of `add_test()` without the `NAME` and `COMMAND` keywords does not honour the `TEST_LAUNCHER` property. This appears to be an oversight when the property was first implemented in !8963.
issue