Completely rework configure.ac
[babeltrace.git] / tests / bindings / python / bt2 / Makefile.am
CommitLineData
9cf643d1
PP
1check_SCRIPTS = testall.sh
2EXTRA_DIST = \
3 $(check_SCRIPTS) \
4 test_clock_class.py \
5 test_ctf_writer_clock.py \
6 test_event_class.py \
7 test_event.py \
8 test_fields.py \
9 test_field_types.py \
10 test_packet.py \
11 test_stream_class.py \
12 test_stream.py \
13 test_trace.py \
14 test_values.py \
15 .coveragerc
6ca1931c
PP
16
17LOG_DRIVER_FLAGS='--merge'
18LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/config/tap-driver.sh
19
9ffc0257 20if ENABLE_PYTHON_BINDINGS
6ca1931c
PP
21TESTS = testall.sh
22endif
This page took 0.027878 seconds and 4 git commands to generate.