From 82a9770a01994422c32888610ff20c8a9b88587a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 2 May 2023 14:30:36 -0400 Subject: Add fedora row to CI --- test/build_test.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/build_test.cpp b/test/build_test.cpp index 8449ece..bcfef64 100644 --- a/test/build_test.cpp +++ b/test/build_test.cpp @@ -42,13 +42,17 @@ main() } catch (const raul::Exception&) { } -#ifndef _WIN32 - const char* cmd[] = {"echo"}; +#if !defined(_WIN32) && !defined(__EMSCRIPTEN__) + +# if !defined(_FORTIFY_SOURCE) + const char* cmd[] = {"echo", NULL}; raul::Process::launch(cmd); +# endif const raul::Socket socket(raul::Socket::Type::UNIX); (void)socket; + #endif (void)array; -- cgit v1.2.1