X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=tests%2Flib%2FMakefile.am;fp=tests%2Flib%2FMakefile.am;h=444654f98a634b379458d995af636749ebc5096b;hp=f66b73ece58d84e00cd86e70e207c5c280e4c2ea;hb=7bb90dd0a5fb8b11ca6e4a7086c66623378fccea;hpb=7de0939d96fe680ec5cd14e46c72f23653fd1d0a diff --git a/tests/lib/Makefile.am b/tests/lib/Makefile.am index f66b73ec..444654f9 100644 --- a/tests/lib/Makefile.am +++ b/tests/lib/Makefile.am @@ -1,9 +1,11 @@ -SUBDIRS = trace-ir ctf-writer +SUBDIRS = AM_CPPFLAGS += -I$(top_srcdir)/tests/utils LIBTAP=$(top_builddir)/tests/utils/tap/libtap.la +dist_check_SCRIPTS = ctf-writer/test_auto_populate.py + libtestcommon_la_SOURCES = common.c common.h noinst_LTLIBRARIES = libtestcommon.la @@ -32,12 +34,9 @@ test_bt_values_SOURCES = test_bt_values.c test_trace_ir_ref_SOURCES = test_trace_ir_ref.c test_graph_topo_SOURCES = test_graph_topo.c -check_SCRIPTS = test_ctf_writer_complete - if !ENABLE_BUILT_IN_PLUGINS noinst_PROGRAMS += test_plugin test_plugin_LDADD = $(COMMON_TEST_LDADD) test_plugin_SOURCES = test_plugin.c -check_SCRIPTS += test_plugin_complete SUBDIRS += test-plugin-plugins endif