Tests: add tests for the babeltrace python package
[babeltrace.git] / tests / bindings / python / babeltrace / Makefile.am
1 EXTRA_DIST = \
2 test_reader.py \
3 test_reader_event.py \
4 test_reader_event_declaration.py \
5 test_reader_field_declaration.py
6
7 LOG_DRIVER_FLAGS='--merge'
8 LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/config/tap-driver.sh
9
10 if ENABLE_PYTHON_BINDINGS
11 TESTS = test_python_babeltrace
12 endif
This page took 0.0317 seconds and 4 git commands to generate.