The new netmgr tests are not-yet fine-tuned for non-Linux platforms.
Disable them now, so we can move forward and fix the tests of *BSD
in the next iteration.
This commit will get reverted when we add support for netmgr
multi-threading.
* information regarding copyright ownership.
*/
-#if HAVE_CMOCKA
+#if HAVE_CMOCKA && defined(__linux__)
#include <sched.h> /* IWYU pragma: keep */
#include <setjmp.h>
#include <stdarg.h>
* information regarding copyright ownership.
*/
-#if HAVE_CMOCKA
+#if HAVE_CMOCKA && defined(__linux__)
#include <sched.h> /* IWYU pragma: keep */
#include <setjmp.h>
#include <stdarg.h>
* information regarding copyright ownership.
*/
-#if HAVE_CMOCKA
+#if HAVE_CMOCKA && defined(__linux__)
#include <sched.h> /* IWYU pragma: keep */
#include <setjmp.h>
#include <stdarg.h>
* information regarding copyright ownership.
*/
-#if HAVE_CMOCKA
+#if HAVE_CMOCKA && defined(__linux__)
#include <sched.h> /* IWYU pragma: keep */
#include <setjmp.h>
#include <stdarg.h>