Update Python bindings and tests to match the latest API
[babeltrace.git] / tests / bindings / python / bt2 / Makefile.am
CommitLineData
9cf643d1 1check_SCRIPTS = testall.sh
811644b8
PP
2EXTRA_DIST = \
3 $(check_SCRIPTS) \
4 test_clock_class.py \
5 test_clock_class_priority_map.py \
6 test_component.py \
7 test_component_class.py \
8 test_connection.py \
9 test_ctf_writer_clock.py \
10 test_event.py \
11 test_event_class.py \
12 test_field_types.py \
13 test_fields.py \
14 test_graph.py \
15 test_notification.py \
16 test_notification_iterator.py \
17 test_packet.py \
18 test_plugin.py \
19 test_port.py \
20 test_stream.py \
21 test_stream_class.py \
22 test_trace.py \
23 test_values.py \
9cf643d1 24 .coveragerc
6ca1931c
PP
25
26LOG_DRIVER_FLAGS='--merge'
27LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/config/tap-driver.sh
28
9ffc0257 29if ENABLE_PYTHON_BINDINGS
6ca1931c
PP
30TESTS = testall.sh
31endif
This page took 0.03121 seconds and 4 git commands to generate.