Bug: https://bugs.freedesktop.org/show_bug.cgi?id=88998
Reviewed-by: Philip Withnall <philip.withnall@collabora.co.uk>
test-corrupt \
test-dbus-daemon \
test-dbus-daemon-eavesdrop \
+ test-fdpass \
test-monitor \
test-loopback \
test-marshal \
$(GLIB_LIBS) \
$(NULL)
+test_fdpass_SOURCES = \
+ fdpass.c \
+ $(NULL)
+test_fdpass_CPPFLAGS = \
+ $(static_cppflags) \
+ $(NULL)
+test_fdpass_LDADD = \
+ libdbus-testutils-internal.la \
+ $(GLIB_LIBS) \
+ $(NULL)
+
if DBUS_ENABLE_MODULAR_TESTS
TESTS += $(installable_tests)
installcheck_tests += $(installable_tests)
# include <unistd.h>
#endif
-#include "test-utils.h"
+#include "test-utils-glib.h"
/* Arbitrary; included here to avoid relying on the default */
#define MAX_MESSAGE_UNIX_FDS 20