summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/file/RunCMakeTest.cmake
diff options
context:
space:
mode:
authorFlorian Apolloner <florian@apolloner.eu>2017-03-06 20:16:42 (GMT)
committerBrad King <brad.king@kitware.com>2017-03-10 15:54:53 (GMT)
commita52faa1fcb7b54026ecfbef573d05568846e1aba (patch)
tree0ec71817719dc1f076787fc21bf892df7f334a51 /Tests/RunCMake/file/RunCMakeTest.cmake
parent0a312e2271710554f8e73518dc4b28bd1d0d1d7a (diff)
downloadCMake-a52faa1fcb7b54026ecfbef573d05568846e1aba.zip
CMake-a52faa1fcb7b54026ecfbef573d05568846e1aba.tar.gz
CMake-a52faa1fcb7b54026ecfbef573d05568846e1aba.tar.bz2
file: Add READ_ELF command to parse ELF binaries
Leave it undocumented for now because we intend to use it internally and it cannot be made available everywhere.
Diffstat (limited to 'Tests/RunCMake/file/RunCMakeTest.cmake')
-rw-r--r--Tests/RunCMake/file/RunCMakeTest.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/file/RunCMakeTest.cmake b/Tests/RunCMake/file/RunCMakeTest.cmake
index 7497544..3f3c0da 100644
--- a/Tests/RunCMake/file/RunCMakeTest.cmake
+++ b/Tests/RunCMake/file/RunCMakeTest.cmake
@@ -25,6 +25,7 @@ run_cmake(LOCK-error-no-timeout)
run_cmake(LOCK-error-timeout)
run_cmake(LOCK-error-unknown-option)
run_cmake(LOCK-lowercase)
+run_cmake(READ_ELF)
run_cmake(GLOB)
run_cmake(GLOB_RECURSE)
# test is valid both for GLOB and GLOB_RECURSE