summaryrefslogtreecommitdiff
path: root/Tests/CheckSourceTree/check.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-10-31 09:34:14 -0400
committerBrad King <brad.king@kitware.com>2022-10-31 09:34:14 -0400
commita2943d9ec8dfda59d398780619586720ed50bc0b (patch)
tree30784b2b0958fc915e3792f56a016b29fe16faa6 /Tests/CheckSourceTree/check.cmake
parent0a2e26bcbfbcf273c2581ad81c405139513083d5 (diff)
downloadcmake-a2943d9ec8dfda59d398780619586720ed50bc0b.tar.gz
Tests: Teach CheckSourceTree test to clean up more specific known files
Extend the list of files added by commit 2de1458c3c (Tests: Teach CheckSourceTree test to clean up some specific known files, 2022-10-13).
Diffstat (limited to 'Tests/CheckSourceTree/check.cmake')
-rw-r--r--Tests/CheckSourceTree/check.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CheckSourceTree/check.cmake b/Tests/CheckSourceTree/check.cmake
index a59ffb570d..6341bd67c9 100644
--- a/Tests/CheckSourceTree/check.cmake
+++ b/Tests/CheckSourceTree/check.cmake
@@ -5,6 +5,7 @@ endif()
file(GLOB known_files
"${CMake_SOURCE_DIR}/Tests/JavaExportImport/InstallExport/hs_err_pid*.log"
+ "${CMake_SOURCE_DIR}/Tests/JavaNativeHeaders/hs_err_pid*.log"
)
if(known_files)
file(REMOVE ${known_files})