Cleanup: separate tests between 'unit' and 'compile'
[lttng-ust.git] / tests / unit / ust-elf / Makefile.am
diff --git a/tests/unit/ust-elf/Makefile.am b/tests/unit/ust-elf/Makefile.am
new file mode 100644 (file)
index 0000000..eadbaa8
--- /dev/null
@@ -0,0 +1,11 @@
+AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
+
+noinst_PROGRAMS = ust-elf
+ust_elf_SOURCES = ust-elf.c
+ust_elf_LDADD = $(top_builddir)/liblttng-ust/liblttng-ust.la \
+       $(top_builddir)/tests/utils/libtap.a
+
+# Directories added to EXTRA_DIST will be recursively copied to the distribution.
+EXTRA_DIST = \
+       $(srcdir)/data \
+       README.md
This page took 0.022898 seconds and 4 git commands to generate.