Cleanup: separate tests between 'unit' and 'compile'
[lttng-ust.git] / tests / unit / pthread_name / Makefile.am
diff --git a/tests/unit/pthread_name/Makefile.am b/tests/unit/pthread_name/Makefile.am
new file mode 100644 (file)
index 0000000..173191d
--- /dev/null
@@ -0,0 +1,5 @@
+AM_CPPFLAGS += -I$(top_srcdir)/include -I$(top_srcdir)/liblttng-ust -I$(top_srcdir)/tests/utils
+
+noinst_PROGRAMS = test_pthread_name
+test_pthread_name_SOURCES = pthread_name.c
+test_pthread_name_LDADD = $(top_builddir)/tests/utils/libtap.a
This page took 0.031466 seconds and 4 git commands to generate.