From: Simon Marchi Date: Thu, 2 May 2019 18:18:07 +0000 (-0400) Subject: tests: update EXTRA_DIST of Python bindings X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=d09947735d101a482b7b51b60487345e9aae91e2 tests: update EXTRA_DIST of Python bindings This list is out of date, causing "make dist" to fail. Sync the list of distributed files with the actual files. Change-Id: Iedef7411c691689eb6a0505b4ea29d0f319f6860 Signed-off-by: Simon Marchi Reviewed-on: https://review.lttng.org/c/babeltrace/+/1242 Tested-by: jenkins Reviewed-by: Jonathan Rajotte Julien Reviewed-by: Philippe Proulx --- diff --git a/tests/bindings/python/bt2/Makefile.am b/tests/bindings/python/bt2/Makefile.am index 72361a1a..b5da0c91 100644 --- a/tests/bindings/python/bt2/Makefile.am +++ b/tests/bindings/python/bt2/Makefile.am @@ -1,4 +1,5 @@ EXTRA_DIST = \ + test_clock_class_priority_map.py \ test_clock_class.py \ test_component.py \ test_component_class.py \ @@ -7,16 +8,17 @@ EXTRA_DIST = \ test_event.py \ test_event_class.py \ test_field_class.py \ - test_fields.py \ + test_field.py \ test_graph.py \ test_message.py \ test_message_iterator.py \ test_packet.py \ test_plugin.py \ test_port.py \ + test_query_executor.py \ test_stream.py \ test_stream_class.py \ test_trace.py \ test_trace_collection_message_iterator.py \ - test_values.py \ + test_value.py \ .coveragerc