lib: rename all `*_STATUS_OVERFLOW` -> `*_STATUS_OVERFLOW_ERROR`
[babeltrace.git] / tests / Makefile.am
index d004b03ffeb4661c59346821da2edeb2b385cf56..00c003b49cf5ed1a47b72ed3f2df95710c73d723 100644 (file)
@@ -16,6 +16,7 @@ dist_check_SCRIPTS = \
        bindings/python/bt2/test_field.py \
        bindings/python/bt2/test_graph.py \
        bindings/python/bt2/test_integer_range_set.py \
+       bindings/python/bt2/test_interrupter.py \
        bindings/python/bt2/test_message_iterator.py \
        bindings/python/bt2/test_message.py \
        bindings/python/bt2/test_packet.py \
@@ -116,6 +117,7 @@ LOG_DRIVER = env AM_TAP_AWK='$(AWK)' \
             BT_TESTS_AWK_BIN="$(AWK)" \
             BT_TESTS_GREP_BIN="$(GREP)" \
             BT_TESTS_PYTHON_BIN="$(PYTHON)" \
+            BT_TESTS_PYTHON_CONFIG_BIN="$(PYTHON_CONFIG)" \
             BT_TESTS_SED_BIN="$(SED)" \
             $(SHELL) $(srcdir)/utils/tap-driver.sh
 
This page took 0.027225 seconds and 4 git commands to generate.