1 # SPDX-License-Identifier: LGPL-2.1-only
3 AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
5 noinst_PROGRAMS = test_ust_error
6 test_ust_error_SOURCES = ust-error.c
7 test_ust_error_LDADD = \
8 $(top_builddir)/src/liblttng-ust/liblttng-ust.la \
9 $(top_builddir)/tests/utils/libtap.a