X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2FMakefile.am;h=56e93c115ab213f74943a59059ef30a457c0f7e5;hb=64f1ebe55dce682bca1349b038e07f546693fec9;hp=2e307f42806f3511ea61b58d6bb1e3abd3e51fa3;hpb=5b12eea719f4c1912bafdba0826517d429a3ce3b;p=babeltrace.git diff --git a/tests/Makefile.am b/tests/Makefile.am index 2e307f42..56e93c11 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,9 @@ SUBDIRS = utils bin lib -EXTRA_DIST = ctf-traces/** tests +EXTRA_DIST = $(srcdir)/ctf-traces/** tests +if ENABLE_DEBUGINFO +EXTRA_DIST += $(srcdir)/debuginfo-data/** tests_debuginfo +endif SCRIPT_LIST = run.sh @@ -22,3 +25,6 @@ clean-local: check-am: ./run.sh $(srcdir)/tests +if ENABLE_DEBUGINFO + ./run.sh $(srcdir)/tests_debuginfo +endif