X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fsnprintf%2FMakefile.am;h=d9f9da08f532ebda0e7be489935557fdabfd2bc4;hb=92414a62ab7538a9ff9bd65f4736145f4c422f71;hp=809531b13bce2654d73582bf913df920d7311a71;hpb=69f1f6526a6d40556ed3dcb50cdc199f45793b2f;p=lttng-ust.git diff --git a/tests/snprintf/Makefile.am b/tests/snprintf/Makefile.am index 809531b1..d9f9da08 100644 --- a/tests/snprintf/Makefile.am +++ b/tests/snprintf/Makefile.am @@ -1,5 +1,9 @@ -check_PROGRAMS = prog +AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/tests/ + +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 = test_snprintf +EXTRA_DIST = test_snprintf