Fix snprintf test and output result to TAP format
[lttng-ust.git] / tests / snprintf / Makefile.am
index 734ab18abfb851d7b692a08167ed92daba4d618f..9ca4f09a24d89d8494db333b9649f3f1f27481d3 100644 (file)
@@ -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
This page took 0.023855 seconds and 4 git commands to generate.