diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2019-05-11 10:55:58 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2019-05-14 15:50:14 (GMT) |
commit | c11f089d7381747d9e2eac88c00621e2ec32e4b7 (patch) | |
tree | 7c83fae23523575756a87a6fc6118a4c4e704025 /Tests/MakeClean/check_clean.c.in | |
parent | 012d599e26392312266e96d5ff6d0b905e7e2647 (diff) | |
download | CMake-c11f089d7381747d9e2eac88c00621e2ec32e4b7.zip CMake-c11f089d7381747d9e2eac88c00621e2ec32e4b7.tar.gz CMake-c11f089d7381747d9e2eac88c00621e2ec32e4b7.tar.bz2 |
Tests: Extend MakeClean test to cover ADDITIONAL_CLEAN_FILES
This extends the MakeClean test to cover the
- ADDITIONAL_CLEAN_FILES directory property and the
- ADDITIONAL_CLEAN_FILES target property
as well.
Diffstat (limited to 'Tests/MakeClean/check_clean.c.in')
-rw-r--r-- | Tests/MakeClean/check_clean.c.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/MakeClean/check_clean.c.in b/Tests/MakeClean/check_clean.c.in index 5bc4ab8..e5a7945 100644 --- a/Tests/MakeClean/check_clean.c.in +++ b/Tests/MakeClean/check_clean.c.in @@ -18,7 +18,7 @@ int main() if(pf) { fclose(pf); - fprintf(stderr, "File \"%s\" exists!", *f); + fprintf(stderr, "File \"%s\" still exists!\n", *f); result = 1; } } |