We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e228f5 commit 0ec0049Copy full SHA for 0ec0049
test/main.cpp
@@ -1,6 +1,8 @@
1
#include "google/gtest/gtest.h"
2
+#include <messmer/cpp-utils/assert/backtrace.h>
3
4
int main(int argc, char **argv) {
5
+ cpputils::showBacktraceOnSigSegv();
6
testing::InitGoogleTest(&argc, argv);
7
return RUN_ALL_TESTS();
8
}
0 commit comments