build: revised build scripts
This commit is contained in:
Vendored
+1
-1
@@ -8167,7 +8167,7 @@ namespace Catch {
|
||||
{ SIGINT, "SIGINT - Terminal interrupt signal" },
|
||||
{ SIGILL, "SIGILL - Illegal instruction signal" },
|
||||
{ SIGFPE, "SIGFPE - Floating point error signal" },
|
||||
{ SIGSEGV, "SIGSEGV - Segmentation violation signal" },
|
||||
// { SIGSEGV, "SIGSEGV - Segmentation violation signal" },
|
||||
{ SIGTERM, "SIGTERM - Termination request signal" },
|
||||
{ SIGABRT, "SIGABRT - Abort (abnormal termination) signal" }
|
||||
};
|
||||
|
||||
@@ -6,7 +6,7 @@ add_files(
|
||||
helper/TestIntermediateStorage.h
|
||||
|
||||
test_main.cpp
|
||||
|
||||
|
||||
CommandlineTestSuite.cpp
|
||||
ConfigManagerTestSuite.cpp
|
||||
CxxIncludeProcessingTestSuite.cpp
|
||||
|
||||
Reference in New Issue
Block a user