X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fsnprintf%2FMakefile.am;h=9ca4f09a24d89d8494db333b9649f3f1f27481d3;hb=d23b20e9573b260595f50e662e771d7a336ab07e;hp=734ab18abfb851d7b692a08167ed92daba4d618f;hpb=90c098545344aff35dee3e9ca186d9ea3dd75e0f;p=lttng-ust.git diff --git a/tests/snprintf/Makefile.am b/tests/snprintf/Makefile.am index 734ab18a..9ca4f09a 100644 --- a/tests/snprintf/Makefile.am +++ b/tests/snprintf/Makefile.am @@ -1,7 +1,9 @@ -AM_CPPFLAGS = -I$(top_srcdir)/include +AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/tests/ -check_PROGRAMS = prog +noinst_PROGRAMS = prog prog_SOURCES = prog.c -prog_LDADD = $(top_builddir)/snprintf/libustsnprintf.la +prog_LDADD = $(top_builddir)/snprintf/libustsnprintf.la \ + $(top_builddir)/tests/libtap.a -TESTS = prog +noinst_SCRIPT = run +EXTRA_DIST = run