port: tests: Add a simple unit test for shm operations
[lttng-ust.git] / tests / unit / libringbuffer / Makefile.am
diff --git a/tests/unit/libringbuffer/Makefile.am b/tests/unit/libringbuffer/Makefile.am
new file mode 100644 (file)
index 0000000..7094cf6
--- /dev/null
@@ -0,0 +1,9 @@
+AM_CPPFLAGS += -I$(top_srcdir)/include -I$(top_srcdir)/ -I$(top_srcdir)/tests/utils
+
+noinst_PROGRAMS = test_shm
+test_shm_SOURCES = shm.c
+test_shm_LDADD = \
+       $(top_builddir)/libringbuffer/libringbuffer.la \
+       $(top_builddir)/liblttng-ust-comm/liblttng-ust-comm.la \
+       $(top_builddir)/snprintf/libustsnprintf.la \
+       $(top_builddir)/tests/utils/libtap.a
This page took 0.023079 seconds and 4 git commands to generate.