tests: replace BT_ASSERT with exit in test_bin_info
[babeltrace.git] / tests / bindings / python / bt2 / Makefile.am
index 78893fd78be4e01c558c37b6484e37e18dece109..09261c7038aa83e1aa0d044122c4a7f453e492fb 100644 (file)
@@ -1,15 +1,25 @@
-check_SCRIPTS = testall.sh
-EXTRA_DIST = \
-       $(check_SCRIPTS) \
-       test_clock_class.py \
-       test_ctf_writer_clock.py \
-       test_event_class.py \
-       test_event.py \
-       test_fields.py \
-       test_field_types.py \
-       test_packet.py \
-       test_stream_class.py \
-       test_stream.py \
-       test_trace.py \
-       test_values.py \
+EXTRA_DIST =                                           \
+       test_clock_class_priority_map.py                \
+       test_clock_class.py                             \
+       test_component.py                               \
+       test_component_class.py                         \
+       test_connection.py                              \
+       test_ctf_writer_clock.py                        \
+       test_event.py                                   \
+       test_event_class.py                             \
+       test_field_class.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_value.py                                   \
+       utils.py                                        \
        .coveragerc
This page took 0.024616 seconds and 4 git commands to generate.