Commit | Line | Data |
---|---|---|
9cf643d1 PP |
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 | |
6ca1931c PP |
16 | |
17 | LOG_DRIVER_FLAGS='--merge' | |
18 | LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/config/tap-driver.sh | |
19 | ||
9ffc0257 | 20 | if ENABLE_PYTHON_BINDINGS |
6ca1931c PP |
21 | TESTS = testall.sh |
22 | endif |