Completely rework configure.ac
[babeltrace.git] / tests / bindings / python / bt2 / Makefile.am
1 check_SCRIPTS = testall.sh
2 EXTRA_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
16
17 LOG_DRIVER_FLAGS='--merge'
18 LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/config/tap-driver.sh
19
20 if ENABLE_PYTHON_BINDINGS
21 TESTS = testall.sh
22 endif
This page took 0.030426 seconds and 4 git commands to generate.