X-Git-Url: http://git.lttng.org/?p=ust.git;a=blobdiff_plain;f=tests%2Ftracepoint%2FMakefile.am;fp=tests%2Ftracepoint%2FMakefile.am;h=90ff28761642b32fc1d5b3c866abee5943def50e;hp=3c3fe90d2db36a983bbc1c862843d6ab045468e3;hb=c8afcc1a6acebbc2137ab4a9b9d347d8d10278c6;hpb=f6572ddc976898c4ce77c484a3287a0cc7b57800 diff --git a/tests/tracepoint/Makefile.am b/tests/tracepoint/Makefile.am index 3c3fe90..90ff287 100644 --- a/tests/tracepoint/Makefile.am +++ b/tests/tracepoint/Makefile.am @@ -2,13 +2,10 @@ 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 -#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) +CFLAGS_tracepoint_test.o = -I$(src) noinst_SCRIPTS = run EXTRA_DIST = run