summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/find_program/VALIDATOR-undefined-function.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/find_program/VALIDATOR-undefined-function.cmake')
-rw-r--r--Tests/RunCMake/find_program/VALIDATOR-undefined-function.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/RunCMake/find_program/VALIDATOR-undefined-function.cmake b/Tests/RunCMake/find_program/VALIDATOR-undefined-function.cmake
new file mode 100644
index 0000000000..96be5fdcdf
--- /dev/null
+++ b/Tests/RunCMake/find_program/VALIDATOR-undefined-function.cmake
@@ -0,0 +1,2 @@
+
+find_program(result NAMES input.txt VALIDATOR undefined)