Fix snprintf test and output result to TAP format
[deliverable/lttng-ust.git] / tests / snprintf / Makefile.am
CommitLineData
d23b20e9 1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/tests/
3fa2687d 2
d23b20e9 3noinst_PROGRAMS = prog
69f1f652 4prog_SOURCES = prog.c
d23b20e9
JG
5prog_LDADD = $(top_builddir)/snprintf/libustsnprintf.la \
6 $(top_builddir)/tests/libtap.a
69f1f652 7
d23b20e9
JG
8noinst_SCRIPT = run
9EXTRA_DIST = run
This page took 0.030729 seconds and 5 git commands to generate.