diff options
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/CheckSourceTree/check.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CheckSourceTree/check.cmake b/Tests/CheckSourceTree/check.cmake index a59ffb5..6341bd6 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}) |