| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Use a dedicated test input file for the file() hash API tests.
Set attribute crlf=input so it is always checked out correctly.
|
|
|
|
| |
Add a file() command API for SHA1, SHA224, SHA256, SHA384, and SHA512.
|
|
|
|
|
| |
Provide a CMake-language binding to the md5sum function previously
available only by "cmake -E md5sum".
|
|
|
|
| |
Including documentation and testing, of course.
|
|
|
|
| |
Windows, but passes on Linux. Put back later after addressing inconsistency.
|
|
|
|
| |
new test cases to increase the coverage of the FILE command even further.
|
| |
|
|
|
|
|
|
|
| |
The CMake.File test runs several scripts through "cmake -P" and checks
the output and result against known good values. This commit factors
out the checking code into a separate CMakeCheckTest module. The module
may be used by new tests.
|
|
|
|
|
| |
This fixes the regex checking expected output of Copy-NoFile to account
for line wrapping when the input directory name is long.
|
|
This tests some cases of bad arguments to the file(COPY) signature.
It checks that the proper error messages are produced.
|