mirror of
https://github.com/QuasarApp/backward-cpp.git
synced 2025-04-26 18:54:30 +00:00
enable tests that somebody thought it was a good idea to permanently disable.
This commit is contained in:
parent
5557e53f23
commit
6ae8564fbd
@ -39,6 +39,8 @@ set(STACK_DETAILS_DW FALSE CACHE BOOL
|
||||
set(STACK_DETAILS_BFD FALSE CACHE BOOL
|
||||
"Use libbfd to read debug info")
|
||||
|
||||
set(BACKWARD_TESTS FALSE CACHE BOOL "Enable tests")
|
||||
|
||||
###############################################################################
|
||||
# CONFIGS
|
||||
###############################################################################
|
||||
@ -140,4 +142,4 @@ if (NOT TARGET Backward::Backward)
|
||||
INTERFACE_LINK_LIBRARIES "${BACKWARD_LIBRARIES}"
|
||||
INTERFACE_COMPILE_DEFINITIONS "${BACKWARD_DEFINITIONS}"
|
||||
)
|
||||
endif()
|
||||
endif()
|
||||
|
@ -109,4 +109,4 @@ install(
|
||||
install(
|
||||
FILES "BackwardConfig.cmake"
|
||||
DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/backward
|
||||
)
|
||||
)
|
||||
|
@ -1882,7 +1882,6 @@ public:
|
||||
SIGUNUSED, // Synonymous with SIGSYS
|
||||
SIGXCPU, // CPU time limit exceeded (4.2BSD)
|
||||
SIGXFSZ, // File size limit exceeded (4.2BSD)
|
||||
|
||||
};
|
||||
return std::vector<int>(posix_signals, posix_signals + sizeof posix_signals / sizeof posix_signals[0] );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user