Fix: pass private data to context callbacks
[lttng-ust.git] / tests / unit / ust-utils / Makefile.am
CommitLineData
39550fe8
MJ
1# SPDX-License-Identifier: LGPL-2.1-only
2
3AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
4
5noinst_PROGRAMS = test_ust_utils
6test_ust_utils_SOURCES = ust-utils.c ust-utils-common.h
7test_ust_utils_LDADD = $(top_builddir)/liblttng-ust/liblttng-ust.la \
8 $(top_builddir)/tests/utils/libtap.a
9
10if HAVE_CXX
11noinst_PROGRAMS += test_ust_utils_cxx
12test_ust_utils_cxx_SOURCES = ust-utils-cxx.cpp ust-utils-common.h
13test_ust_utils_cxx_LDADD = $(top_builddir)/liblttng-ust/liblttng-ust.la \
14 $(top_builddir)/tests/utils/libtap.a
15endif
This page took 0.023741 seconds and 4 git commands to generate.