X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Fbindings%2Fpython%2Fbt2%2FMakefile.am;h=09261c7038aa83e1aa0d044122c4a7f453e492fb;hb=7de0939d96fe680ec5cd14e46c72f23653fd1d0a;hp=72361a1a4f73006ddd909f6bdfb91729f863bef5;hpb=05c900e51aad33aff0f97191cd34bf8679e4ad3b;p=babeltrace.git diff --git a/tests/bindings/python/bt2/Makefile.am b/tests/bindings/python/bt2/Makefile.am index 72361a1a..09261c70 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,18 @@ 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 \ + utils.py \ .coveragerc