diff options
| author | Dan Engelbrecht <[email protected]> | 2025-03-14 09:48:15 +0100 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2025-03-14 09:48:15 +0100 |
| commit | 18aeb8856dc168336955f0d2778cdc74c64a680f (patch) | |
| tree | 83932b76bb01d1a9e9b473bf5bbc36cfca1c2b5b /src/zenutil-test/zenutil-test.cpp | |
| parent | Merge remote-tracking branch 'origin/main' into de/zen-service-command (diff) | |
| parent | Merge pull request #288 from ue-foundation/lm/zen-service-command (diff) | |
| download | zen-18aeb8856dc168336955f0d2778cdc74c64a680f.tar.xz zen-18aeb8856dc168336955f0d2778cdc74c64a680f.zip | |
Merge remote-tracking branch 'origin/de/zen-service-command' into de/zen-service-command
Diffstat (limited to 'src/zenutil-test/zenutil-test.cpp')
| -rw-r--r-- | src/zenutil-test/zenutil-test.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/zenutil-test/zenutil-test.cpp b/src/zenutil-test/zenutil-test.cpp index fadaf0995..a392ab058 100644 --- a/src/zenutil-test/zenutil-test.cpp +++ b/src/zenutil-test/zenutil-test.cpp @@ -9,6 +9,7 @@ #if ZEN_WITH_TESTS # define ZEN_TEST_WITH_RUNNER 1 # include <zencore/testing.h> +# include <zencore/process.h> #endif int @@ -17,6 +18,10 @@ main([[maybe_unused]] int argc, [[maybe_unused]] char* argv[]) #if ZEN_WITH_TESTS zen::zenutil_forcelinktests(); +#if ZEN_PLATFORM_LINUX + zen::IgnoreChildSignals(); +#endif + zen::logging::InitializeLogging(); zen::MaximizeOpenFileCount(); |