X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=tests%2FMakefile.am;h=db0ecaef828c498c07bdd035490c5ec45fb6ac02;hb=86f2cc9eeb65093fc55cc18edc4e22d0704b85f9;hp=86fad69faba51db876cd8df52b36c6a414b51651;hpb=1d970e04c756fa6e2145eff386884b10c30eb6be;p=babeltrace.git diff --git a/tests/Makefile.am b/tests/Makefile.am index 86fad69f..db0ecaef 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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 \ @@ -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) \