X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Funit%2FMakefile.am;h=74027aba33a220b8fa56a52c6c802ddeeda76d45;hp=09de39e8cc99d3a22ee4378cc340484ad12e35a9;hb=c0a66c84b5b2484b75798aec7543b680b4d4ab6c;hpb=9d16b343fb9e781fc8d8fa3c448a3f382306dd33 diff --git a/tests/unit/Makefile.am b/tests/unit/Makefile.am index 09de39e8c..74027aba3 100644 --- a/tests/unit/Makefile.am +++ b/tests/unit/Makefile.am @@ -21,7 +21,9 @@ TESTS = test_kernel_data \ test_relayd_backward_compat_group_by_session \ ini_config/test_ini_config \ test_fd_tracker \ - test_uuid + test_uuid \ + test_buffer_view \ + test_payload LIBTAP=$(top_builddir)/tests/utils/tap/libtap.la @@ -39,7 +41,9 @@ noinst_PROGRAMS = test_uri test_session test_kernel_data \ test_utils_expand_path test_utils_compat_poll \ test_string_utils test_notification test_directory_handle \ test_relayd_backward_compat_group_by_session \ - test_fd_tracker test_uuid + test_fd_tracker test_uuid \ + test_buffer_view \ + test_payload if HAVE_LIBLTTNG_UST_CTL noinst_PROGRAMS += test_ust_data @@ -195,3 +199,11 @@ test_fd_tracker_LDADD = $(LIBTAP) $(LIBFDTRACKER) $(DL_LIBS) -lurcu $(LIBCOMMON) # uuid unit test test_uuid_SOURCES = test_uuid.c test_uuid_LDADD = $(LIBTAP) $(LIBCOMMON) + +# buffer view unit test +test_buffer_view_SOURCES = test_buffer_view.c +test_buffer_view_LDADD = $(LIBTAP) $(LIBCOMMON) + +# payload unit test +test_payload_SOURCES = test_payload.c +test_payload_LDADD = $(LIBTAP) $(LIBSESSIOND_COMM) $(LIBCOMMON)