Test fix: python plugin provider with new bindings
[babeltrace.git] / tests / python-plugin-provider / Makefile.am
1 check_SCRIPTS = test_python_plugin_provider
2 EXTRA_DIST = \
3 test_python_plugin_provider.py \
4 bt_plugin_test_python_plugin_provider.py
5
6 LOG_DRIVER_FLAGS='--merge'
7 LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/config/tap-driver.sh
8
9 if ENABLE_PYTHON_BINDINGS
10 TESTS = test_python_plugin_provider
11 endif
This page took 0.029423 seconds and 4 git commands to generate.