From 8ba816a7997a28d428bd689c8aaf89539eb03ca6 Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Tue, 31 Jan 2023 20:20:20 +0000 Subject: [PATCH] Glibc catch2 bug --- tests/src/test_plasma_source.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/src/test_plasma_source.cpp b/tests/src/test_plasma_source.cpp index e59af2f..70e7cc5 100644 --- a/tests/src/test_plasma_source.cpp +++ b/tests/src/test_plasma_source.cpp @@ -1,4 +1,5 @@ #define CATCH_CONFIG_MAIN // This tells Catch to provide a main() - only do this in one cpp file +#define CATCH_CONFIG_NO_POSIX_SIGNALS // this to catch a bug on glib 2.26 #include "catch.hpp" #include "plasma_source.hpp"