561f52487b4dc112d0c4900665702651e4e660a3
[lttng-ust.git] / tests / unit / pthread_name / Makefile.am
1 # SPDX-License-Identifier: LGPL-2.1-only
2
3 AM_CPPFLAGS += -I$(top_srcdir)/include -I$(top_srcdir)/liblttng-ust -I$(top_srcdir)/tests/utils
4
5 noinst_PROGRAMS = test_pthread_name
6 test_pthread_name_SOURCES = pthread_name.c
7 test_pthread_name_LDADD = $(top_builddir)/tests/utils/libtap.a
This page took 0.030104 seconds and 3 git commands to generate.