Add Python plugin provider tests
[babeltrace.git] / tests / python-plugin-provider / Makefile.am
1 check_SCRIPTS = test.sh
2 EXTRA_DIST = \
3 $(check_SCRIPTS) \
4 test_python_plugin_provider.py \
5 bt_plugin_test_python_plugin_provider.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.sh
12 endif
This page took 0.033688 seconds and 4 git commands to generate.