Cleanup: separate tests between 'unit' and 'compile'
[lttng-ust.git] / tests / unit / snprintf / Makefile.am
diff --git a/tests/unit/snprintf/Makefile.am b/tests/unit/snprintf/Makefile.am
new file mode 100644 (file)
index 0000000..db0aca9
--- /dev/null
@@ -0,0 +1,8 @@
+AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
+
+noinst_PROGRAMS = test_snprintf
+test_snprintf_SOURCES = snprintf.c
+test_snprintf_LDADD = $(top_builddir)/snprintf/libustsnprintf.la \
+       $(top_builddir)/tests/utils/libtap.a
+
+EXTRA_DIST = README
This page took 0.023557 seconds and 4 git commands to generate.