X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2FMakefile.am;h=56e93c115ab213f74943a59059ef30a457c0f7e5;hb=33ba099be73c8de32a8fab15fdd75ed320219c17;hp=507b1ba449807b904cfb5f6979893a939c8f3167;hpb=c40a57e579977be9eb7682480428a89af5ca529c;p=babeltrace.git diff --git a/tests/Makefile.am b/tests/Makefile.am index 507b1ba4..56e93c11 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,9 @@ SUBDIRS = utils bin lib 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