tests: Move tap-driver.sh out of the autotools aux directory
[babeltrace.git] / tests / Makefile.am
index aef19a60054e92b919c0f2bbd40003551fdaedcd..db0ecaef828c498c07bdd035490c5ec45fb6ac02 100644 (file)
@@ -5,7 +5,6 @@ EXTRA_DIST = $(srcdir)/data \
             bindings/python/bt2/.coveragerc
 
 dist_check_SCRIPTS = \
-       bindings/python/bt2/test_clock_class_priority_map.py \
        bindings/python/bt2/test_clock_class.py \
        bindings/python/bt2/test_component_class.py \
        bindings/python/bt2/test_component.py \
@@ -98,7 +97,7 @@ endif
 
 if ENABLE_PYTHON_PLUGINS
 if ENABLE_PYTHON_BINDINGS
-TESTS_PLUGINS += plugins/flt.utils.trimmer/test_trimming_wrapper
+TESTS_PLUGINS += plugins/flt.utils.trimmer/test_trimming
 endif
 endif
 
@@ -116,7 +115,7 @@ LOG_DRIVER = env AM_TAP_AWK='$(AWK)' \
             BT_TESTS_GREP_BIN="$(GREP)" \
             BT_TESTS_PYTHON_BIN="$(PYTHON)" \
             BT_TESTS_SED_BIN="$(SED)" \
-            $(SHELL) $(top_srcdir)/config/tap-driver.sh
+            $(SHELL) $(srcdir)/utils/tap-driver.sh
 
 TESTS_NO_BITFIELD = \
        $(TESTS_BINDINGS) \
This page took 0.023082 seconds and 4 git commands to generate.