Tests babeltrace: adapt python tests to use unittest
[babeltrace.git] / tests / bindings / python / babeltrace / Makefile.am
index 19900b4318577fd339359a3e9322e1ee42e54641..7303d1cacf9f6762f1e933b13da34cf30a4cad59 100644 (file)
@@ -1,12 +1,7 @@
-EXTRA_DIST =                                                   \
-       test_reader.py                                          \
-       test_reader_event.py                            \
+EXTRA_DIST =                                   \
+       test_reader_event.py                    \
        test_reader_event_declaration.py        \
-       test_reader_field_declaration.py
-
-LOG_DRIVER_FLAGS='--merge'
-LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/config/tap-driver.sh
-
-if ENABLE_PYTHON_BINDINGS
-TESTS = test_python_babeltrace
-endif
+       test_reader_field_declaration.py        \
+       test_ctf_writer_empty_packet.py         \
+       test_ctf_writer_no_packet_context.py    \
+       test_reader_trace_intersection.py
This page took 0.024156 seconds and 4 git commands to generate.