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