Cleanup tests
[lttng-ust.git] / tests / snprintf / Makefile.am
... / ...
CommitLineData
1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/tests/utils
2
3noinst_PROGRAMS = prog
4prog_SOURCES = prog.c
5prog_LDADD = $(top_builddir)/snprintf/libustsnprintf.la \
6 $(top_builddir)/tests/utils/libtap.a
7
8dist_noinst_SCRIPTS = test_snprintf
This page took 0.023079 seconds and 4 git commands to generate.