X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Fplugins%2FMakefile.am;h=073766f1c03f906a219e3f884d2bffd6f64d8289;hb=1fba7c7b9ff8f36fde916dfb2317855549f0eb5b;hp=b5d584b72f2ebcadc8f7196bf370b01895d44afe;hpb=a12f3d624772f543137e60252101871cd6017a06;p=babeltrace.git diff --git a/tests/plugins/Makefile.am b/tests/plugins/Makefile.am index b5d584b7..073766f1 100644 --- a/tests/plugins/Makefile.am +++ b/tests/plugins/Makefile.am @@ -1,35 +1,4 @@ -AM_CPPFLAGS += -I$(top_srcdir)/tests/utils -I$(top_srcdir)/plugins - -LIBTAP=$(top_builddir)/tests/utils/tap/libtap.la - -dist_check_SCRIPTS = \ - test_lttng_utils_debug_info.py\ - ctf/test_query_trace_info.py - -noinst_PROGRAMS = - -if !ENABLE_BUILT_IN_PLUGINS -# plugin tests here -endif # !ENABLE_BUILT_IN_PLUGINS - -if ENABLE_DEBUG_INFO -noinst_PROGRAMS += test_dwarf test_bin_info - -test_dwarf_LDADD = \ - $(top_builddir)/plugins/lttng-utils/debug-info/libdebug-info.la \ - $(top_builddir)/fd-cache/libbabeltrace2-fd-cache.la \ - $(top_builddir)/logging/libbabeltrace2-logging.la \ - $(top_builddir)/common/libbabeltrace2-common.la \ - $(ELFUTILS_LIBS) \ - $(LIBTAP) -test_dwarf_SOURCES = test_dwarf.c - -test_bin_info_LDADD = \ - $(top_builddir)/plugins/lttng-utils/debug-info/libdebug-info.la \ - $(top_builddir)/fd-cache/libbabeltrace2-fd-cache.la \ - $(top_builddir)/logging/libbabeltrace2-logging.la \ - $(top_builddir)/common/libbabeltrace2-common.la \ - $(ELFUTILS_LIBS) \ - $(LIBTAP) -test_bin_info_SOURCES = test_bin_info.c -endif # ENABLE_DEBUG_INFO +SUBDIRS = \ + src.ctf.fs \ + sink.ctf.fs \ + flt.lttng-utils.debug-info