From: Simon Marchi Date: Thu, 2 May 2019 18:29:10 +0000 (-0400) Subject: tests: remove non-existent files from EXTRA_DIST X-Git-Tag: v2.0.0-pre5~8 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=bf31df8cbf57bc7ca6dea56d4f7209c703d1a19b tests: remove non-existent files from EXTRA_DIST These files were removed in commit e8bacbe2bd42 ("Remove stale trace-ir test files") ... so they should be removed from EXTRA_DIST as well. Currently, it causes a "make dist" failure: make[4]: *** No rule to make target 'test_trace.py', needed by 'distdir'. Stop. The tests/lib/trace-ir directory is currently not very useful, as it contains no tests at all, so we could remove it in theory. But I presume we'll add something in there in not too long, so I think we can leave it there. Change-Id: Iec44efd7c52e84b35a5a55206055b5d63635fbe1 Signed-off-by: Simon Marchi Reviewed-on: https://review.lttng.org/c/babeltrace/+/1241 Tested-by: jenkins Reviewed-by: Jonathan Rajotte Julien Reviewed-by: Philippe Proulx --- diff --git a/tests/lib/trace-ir/Makefile.am b/tests/lib/trace-ir/Makefile.am index 3c946c13..70d219e6 100644 --- a/tests/lib/trace-ir/Makefile.am +++ b/tests/lib/trace-ir/Makefile.am @@ -1,5 +1,3 @@ if ENABLE_PYTHON_BINDINGS check_SCRIPTS = test_trace_ir endif - -EXTRA_DIST = test_trace.py test_stream_class.py