X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Ftracepoint%2FMakefile.am;h=cf8aaa0058dd7e3f22225488c977e30fae936c94;hb=a58e9bc0f13395c5df6f9be3c93a555574c630cd;hp=37c8f200e19fe87a98f3a5954d05e74e435806f7;hpb=cd5de8df6ea38d5810c4abd92edf20a24179f0f5;p=lttng-ust.git diff --git a/tests/tracepoint/Makefile.am b/tests/tracepoint/Makefile.am index 37c8f200..cf8aaa00 100644 --- a/tests/tracepoint/Makefile.am +++ b/tests/tracepoint/Makefile.am @@ -1,9 +1,14 @@ +SUBDIRS = benchmark + AM_CPPFLAGS = -I$(top_srcdir)/include -noinst_PROGRAMS = tracepoint_test -tracepoint_test_SOURCES = tracepoint_test.c tracepoint_test.h -tracepoint_test_LDADD = $(top_builddir)/libust/libust.la $(top_builddir)/libust-initializer.o +#noinst_PROGRAMS = tracepoint_test +#tracepoint_test_SOURCES = tracepoint_test.c tracepoint_test.h +#tracepoint_test_LDADD = $(top_builddir)/libust/libust.la $(top_builddir)/libust-initializer.o -CFLAGS_tracepoint_test.o = -I$(src) +#FIXME: this test is broken: +#ust/tests/tracepoint/tracepoint_test.c:64: undefined reference to +#`register_trace_ust_event_msg' +#CFLAGS_tracepoint_test.o = -I$(src) $(AM_CFLAGS) noinst_SCRIPTS = run EXTRA_DIST = run