fe2ecd866c0611795dd57e8b9af2ca8a456c4dba
[lttng-ust.git] / tests / unit / snprintf / Makefile.am
1 # SPDX-License-Identifier: LGPL-2.1-only
2
3 AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
4
5 noinst_PROGRAMS = test_snprintf
6 test_snprintf_SOURCES = snprintf.c
7 test_snprintf_LDADD = $(top_builddir)/snprintf/libustsnprintf.la \
8 $(top_builddir)/tests/utils/libtap.a
9
10 EXTRA_DIST = README
This page took 0.028894 seconds and 3 git commands to generate.