build: revised build scripts

This commit is contained in:
Eberhard Graether
2019-11-05 17:00:39 +01:00
parent 8264b8cae3
commit c34b17418d
11 changed files with 33 additions and 141 deletions
+1 -1
View File
@@ -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" }
};
+1 -1
View File
@@ -6,7 +6,7 @@ add_files(
helper/TestIntermediateStorage.h
test_main.cpp
CommandlineTestSuite.cpp
ConfigManagerTestSuite.cpp
CxxIncludeProcessingTestSuite.cpp