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