X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Funit%2Fust-error%2FMakefile.am;fp=tests%2Funit%2Fust-error%2FMakefile.am;h=549b83393ee9c674940f4f0cf58d4d0097c4f5c4;hb=7ae0a9445db9a97a43f0054bd38144bfddb00ce0;hp=0000000000000000000000000000000000000000;hpb=d6d2eb792414485fa36c6c473f74235840c678d7;p=lttng-ust.git diff --git a/tests/unit/ust-error/Makefile.am b/tests/unit/ust-error/Makefile.am new file mode 100644 index 00000000..549b8339 --- /dev/null +++ b/tests/unit/ust-error/Makefile.am @@ -0,0 +1,8 @@ +# SPDX-License-Identifier: LGPL-2.1-only + +AM_CPPFLAGS += -I$(top_srcdir)/tests/utils + +noinst_PROGRAMS = test_ust_error +test_ust_error_SOURCES = ust-error.c +test_ust_error_LDADD = $(top_builddir)/liblttng-ust/liblttng-ust.la \ + $(top_builddir)/tests/utils/libtap.a