X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Funit%2FMakefile.am;h=4ecc7a8c86f411af0bab90f21ae0506067da1d55;hp=74027aba33a220b8fa56a52c6c802ddeeda76d45;hb=0b5a4de9aa05787410e50ce238ceb199a642154d;hpb=18eec1c924daf8d63a5f2cc06b1c1fdd9a838c6e diff --git a/tests/unit/Makefile.am b/tests/unit/Makefile.am index 74027aba3..4ecc7a8c8 100644 --- a/tests/unit/Makefile.am +++ b/tests/unit/Makefile.am @@ -23,7 +23,8 @@ TESTS = test_kernel_data \ test_fd_tracker \ test_uuid \ test_buffer_view \ - test_payload + test_payload \ + test_unix_socket LIBTAP=$(top_builddir)/tests/utils/tap/libtap.la @@ -43,7 +44,8 @@ noinst_PROGRAMS = test_uri test_session test_kernel_data \ test_relayd_backward_compat_group_by_session \ test_fd_tracker test_uuid \ test_buffer_view \ - test_payload + test_payload \ + test_unix_socket if HAVE_LIBLTTNG_UST_CTL noinst_PROGRAMS += test_ust_data @@ -207,3 +209,7 @@ test_buffer_view_LDADD = $(LIBTAP) $(LIBCOMMON) # payload unit test test_payload_SOURCES = test_payload.c test_payload_LDADD = $(LIBTAP) $(LIBSESSIOND_COMM) $(LIBCOMMON) + +# unix socket test +test_unix_socket_SOURCES = test_unix_socket.c +test_unix_socket_LDADD = $(LIBTAP) $(LIBSESSIOND_COMM) $(LIBCOMMON)