From 11f2e07071d062f31a69de531faa0a5d68b1f5bc Mon Sep 17 00:00:00 2001 From: Charles Brunet Date: Fri, 23 Feb 2024 11:40:15 -0500 Subject: Allow using CustomTarget as test executable Fixes #6567 --- docs/markdown/snippets/test_using_custom_target_executable.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/markdown/snippets/test_using_custom_target_executable.md (limited to 'docs/markdown/snippets/test_using_custom_target_executable.md') diff --git a/docs/markdown/snippets/test_using_custom_target_executable.md b/docs/markdown/snippets/test_using_custom_target_executable.md new file mode 100644 index 000000000..e8b08da6b --- /dev/null +++ b/docs/markdown/snippets/test_using_custom_target_executable.md @@ -0,0 +1,4 @@ +## Use `custom_target` as test executable + +The [[test]] function now accepts [[@custom_tgt]] and [[@custom_idx]] for the +command to execute. -- cgit v1.2.3