From 6f8d82009dae34562bb722a06f8a159e0230421e Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 27 Nov 2017 15:51:15 +0000 Subject: Add a test for header fields Signed-off-by: Simon McVittie Bug: https://bugs.freedesktop.org/show_bug.cgi?id=100317 Reviewed-by: Philip Withnall Signed-off-by: Simon McVittie --- test/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'test/Makefile.am') diff --git a/test/Makefile.am b/test/Makefile.am index 893b7387..feb84a65 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -161,6 +161,7 @@ installable_tests += \ test-dbus-daemon \ test-dbus-daemon-eavesdrop \ test-fdpass \ + test-header-fields \ test-message \ test-monitor \ test-loopback \ @@ -324,6 +325,15 @@ test_dbus_daemon_eavesdrop_LDADD = \ $(GLIB_LIBS) \ $(NULL) +test_header_fields_SOURCES = \ + header-fields.c \ + $(NULL) +test_header_fields_LDADD = \ + libdbus-testutils.la \ + $(top_builddir)/dbus/libdbus-internal.la \ + $(GLIB_LIBS) \ + $(NULL) + if DBUS_UNIX test_sd_activation_SOURCES = \ sd-activation.c \ -- cgit v1.2.1