X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Funit%2FMakefile.am;fp=tests%2Funit%2FMakefile.am;h=a311bc3e4dc7a40b89c8ddb5b056a89f0eda3e38;hp=e1e538657c821fa625629263df24583e9b59b650;hb=740da7d5000ca1ffdcf14bda5096bf7ccfb86bdd;hpb=02c3d2c2e3b27ab0bad1207c70465f84b649c816 diff --git a/tests/unit/Makefile.am b/tests/unit/Makefile.am index e1e538657..a311bc3e4 100644 --- a/tests/unit/Makefile.am +++ b/tests/unit/Makefile.am @@ -78,7 +78,7 @@ TESTS += test_ust_data endif # URI unit tests -test_uri_SOURCES = test_uri.c +test_uri_SOURCES = test_uri.cpp test_uri_LDADD = $(LIBTAP) $(LIBCOMMON) $(LIBHASHTABLE) $(DL_LIBS) RELAYD_OBJS = $(top_builddir)/src/bin/lttng-relayd/backward-compatibility-group-by.$(OBJEXT) @@ -103,46 +103,46 @@ test_kernel_data_LDADD = $(LIBTAP) $(LIBLTTNG_SESSIOND_COMMON) $(DL_LIBS) # utils suffix for unit test # parse_size_suffix unit test -test_utils_parse_size_suffix_SOURCES = test_utils_parse_size_suffix.c +test_utils_parse_size_suffix_SOURCES = test_utils_parse_size_suffix.cpp test_utils_parse_size_suffix_LDADD = $(LIBTAP) $(LIBHASHTABLE) $(LIBCOMMON) $(DL_LIBS) # parse_time_suffix unit test -test_utils_parse_time_suffix_SOURCES = test_utils_parse_time_suffix.c +test_utils_parse_time_suffix_SOURCES = test_utils_parse_time_suffix.cpp test_utils_parse_time_suffix_LDADD = $(LIBTAP) $(LIBHASHTABLE) $(LIBCOMMON) # compat_poll unit test -test_utils_compat_poll_SOURCES = test_utils_compat_poll.c +test_utils_compat_poll_SOURCES = test_utils_compat_poll.cpp test_utils_compat_poll_LDADD = $(LIBTAP) $(LIBHASHTABLE) $(DL_LIBS) \ $(top_builddir)/src/common/compat/libcompat.la $(LIBCOMMON) # compat_pthread unit test -test_utils_compat_pthread_SOURCES = test_utils_compat_pthread.c +test_utils_compat_pthread_SOURCES = test_utils_compat_pthread.cpp test_utils_compat_pthread_LDADD = $(LIBTAP) \ $(top_builddir)/src/common/compat/libcompat.la $(LIBCOMMON) # expand_path unit test -test_utils_expand_path_SOURCES = test_utils_expand_path.c +test_utils_expand_path_SOURCES = test_utils_expand_path.cpp test_utils_expand_path_LDADD = $(LIBTAP) $(LIBHASHTABLE) $(LIBCOMMON) $(DL_LIBS) # directory handle unit test -test_directory_handle_SOURCES = test_directory_handle.c +test_directory_handle_SOURCES = test_directory_handle.cpp test_directory_handle_LDADD = $(LIBTAP) $(LIBHASHTABLE) $(LIBCOMMON) $(DL_LIBS) # string utilities unit test -test_string_utils_SOURCES = test_string_utils.c +test_string_utils_SOURCES = test_string_utils.cpp test_string_utils_LDADD = $(LIBTAP) $(LIBCOMMON) $(LIBSTRINGUTILS) $(DL_LIBS) # Notification api -test_notification_SOURCES = test_notification.c +test_notification_SOURCES = test_notification.cpp test_notification_LDADD = $(LIBTAP) $(LIBLTTNG_CTL) $(DL_LIBS) # Event rule api -test_event_rule_SOURCES = test_event_rule.c +test_event_rule_SOURCES = test_event_rule.cpp test_event_rule_LDADD = $(LIBTAP) $(LIBCOMMON) $(LIBLTTNG_CTL) $(DL_LIBS) \ $(top_builddir)/src/bin/lttng/lttng-loglevel.$(OBJEXT) # Condition api -test_condition_SOURCES = test_condition.c +test_condition_SOURCES = test_condition.cpp test_condition_LDADD = $(LIBTAP) $(LIBCOMMON) $(LIBLTTNG_CTL) $(DL_LIBS) # relayd backward compat for groou-by-session utilities @@ -151,42 +151,42 @@ test_relayd_backward_compat_group_by_session_LDADD = $(LIBTAP) $(LIBCOMMON) $(RE test_relayd_backward_compat_group_by_session_CPPFLAGS = $(AM_CPPFLAGS) -I$(top_srcdir)/src/bin/lttng-relayd # rate policy object unit test -test_rate_policy_SOURCES = test_rate_policy.c +test_rate_policy_SOURCES = test_rate_policy.cpp test_rate_policy_LDADD = $(LIBTAP) $(LIBCOMMON) $(LIBLTTNG_CTL) $(DL_LIBS) \ $(top_builddir)/src/bin/lttng/lttng-loglevel.$(OBJEXT) # fd tracker unit test -test_fd_tracker_SOURCES = test_fd_tracker.c +test_fd_tracker_SOURCES = test_fd_tracker.cpp test_fd_tracker_LDADD = $(LIBTAP) $(LIBFDTRACKER) $(DL_LIBS) $(URCU_LIBS) $(LIBCOMMON) $(LIBHASHTABLE) # uuid unit test -test_uuid_SOURCES = test_uuid.c +test_uuid_SOURCES = test_uuid.cpp test_uuid_LDADD = $(LIBTAP) $(LIBCOMMON) # buffer view unit test -test_buffer_view_SOURCES = test_buffer_view.c +test_buffer_view_SOURCES = test_buffer_view.cpp test_buffer_view_LDADD = $(LIBTAP) $(LIBCOMMON) # payload unit test -test_payload_SOURCES = test_payload.c +test_payload_SOURCES = test_payload.cpp test_payload_LDADD = $(LIBTAP) $(LIBSESSIOND_COMM) $(LIBCOMMON) # unix socket test -test_unix_socket_SOURCES = test_unix_socket.c +test_unix_socket_SOURCES = test_unix_socket.cpp test_unix_socket_LDADD = $(LIBTAP) $(LIBSESSIOND_COMM) $(LIBCOMMON) # Kernel probe location api test -test_kernel_probe_SOURCES = test_kernel_probe.c +test_kernel_probe_SOURCES = test_kernel_probe.cpp test_kernel_probe_LDADD = $(LIBTAP) $(LIBCOMMON) $(LIBLTTNG_CTL) $(DL_LIBS) # # Event expression to bytecode test -test_event_expr_to_bytecode_SOURCES = test_event_expr_to_bytecode.c +test_event_expr_to_bytecode_SOURCES = test_event_expr_to_bytecode.cpp test_event_expr_to_bytecode_LDADD = $(LIBTAP) $(LIBLTTNG_CTL) $(LIBCOMMON) # Log level rule api -test_log_level_rule_SOURCES = test_log_level_rule.c +test_log_level_rule_SOURCES = test_log_level_rule.cpp test_log_level_rule_LDADD = $(LIBTAP) $(LIBCOMMON) $(LIBLTTNG_CTL) $(DL_LIBS) # Action api -test_action_SOURCES = test_action.c +test_action_SOURCES = test_action.cpp test_action_LDADD = $(LIBTAP) $(LIBCOMMON) $(LIBLTTNG_CTL) $(DL_LIBS)