diff options
author | Florian Apolloner <florian@apolloner.eu> | 2017-03-06 20:16:42 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-03-10 15:54:53 (GMT) |
commit | a52faa1fcb7b54026ecfbef573d05568846e1aba (patch) | |
tree | 0ec71817719dc1f076787fc21bf892df7f334a51 /Tests/RunCMake/file/RunCMakeTest.cmake | |
parent | 0a312e2271710554f8e73518dc4b28bd1d0d1d7a (diff) | |
download | CMake-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.cmake | 1 |
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 |