X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2FMakefile.am;h=507b1ba449807b904cfb5f6979893a939c8f3167;hb=e7b68776474003337fc6f733983e175952f154f7;hp=8d84b16b8db3e90595868130ea19de89312d88e6;hpb=15553d19bf293941eb6476b92ad49617dd588aff;p=babeltrace.git diff --git a/tests/Makefile.am b/tests/Makefile.am index 8d84b16b..507b1ba4 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = utils bin lib -EXTRA_DIST = ctf-traces/** tests +EXTRA_DIST = $(srcdir)/ctf-traces/** tests SCRIPT_LIST = run.sh @@ -21,4 +21,4 @@ clean-local: fi check-am: - ./run.sh tests + ./run.sh $(srcdir)/tests