X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2FMakefile.am;h=10471c3418cab175d25835e929e76968ae934306;hb=a26f524a62622830e1f01e9e3ccc34ef3d93f8cf;hp=8d84b16b8db3e90595868130ea19de89312d88e6;hpb=15553d19bf293941eb6476b92ad49617dd588aff;p=babeltrace.git diff --git a/tests/Makefile.am b/tests/Makefile.am index 8d84b16b..10471c34 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,24 +1,13 @@ -SUBDIRS = utils bin lib +SUBDIRS = utils cli lib bindings -EXTRA_DIST = ctf-traces/** tests +EXTRA_DIST = $(srcdir)/ctf-traces/** \ + $(srcdir)/debug-info-data/** \ + $(srcdir)/debug-info-data/.build-id/cd/** -SCRIPT_LIST = run.sh +if !ENABLE_BUILT_IN_PLUGINS +SUBDIRS += plugins +endif -dist_noinst_SCRIPTS = $(SCRIPT_LIST) - -all-local: - @if [ x"$(srcdir)" != x"$(builddir)" ]; then \ - for script in $(SCRIPT_LIST); do \ - cp -f $(srcdir)/$$script $(builddir); \ - done; \ - fi - -clean-local: - @if [ x"$(srcdir)" != x"$(builddir)" ]; then \ - for script in $(SCRIPT_LIST); do \ - rm -f $(builddir)/$$script; \ - done; \ - fi - -check-am: - ./run.sh tests +if ENABLE_PYTHON_PLUGINS +SUBDIRS += python-plugin-provider +endif