X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2FMakefile.am;h=56e93c115ab213f74943a59059ef30a457c0f7e5;hb=c3a1997ea20bfa7023fa5034530b9bd7965a6561;hp=8d84b16b8db3e90595868130ea19de89312d88e6;hpb=ccde9b25397f3e74c60bfbcb9f77008299a44cc9;p=deliverable%2Fbabeltrace.git diff --git a/tests/Makefile.am b/tests/Makefile.am index 8d84b16b8..56e93c115 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 @@ -21,4 +24,7 @@ clean-local: fi check-am: - ./run.sh tests + ./run.sh $(srcdir)/tests +if ENABLE_DEBUGINFO + ./run.sh $(srcdir)/tests_debuginfo +endif