X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2FMakefile.am;h=56e93c115ab213f74943a59059ef30a457c0f7e5;hb=33ba099be73c8de32a8fab15fdd75ed320219c17;hp=8d84b16b8db3e90595868130ea19de89312d88e6;hpb=15553d19bf293941eb6476b92ad49617dd588aff;p=babeltrace.git diff --git a/tests/Makefile.am b/tests/Makefile.am index 8d84b16b..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 @@ -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