Fix: tests: use local typing.py for Python 3.5
[babeltrace.git] / tests / utils / Makefile.am
index 4ce62c91664f010610cd61551286b69efb9fb536..4efae05a84e006de693f2dfd966367d4527788ee 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: MIT
+
 SUBDIRS = tap
 
 noinst_LTLIBRARIES = libtestcommon.la
@@ -7,5 +9,6 @@ libtestcommon_la_SOURCES = common.c common.h
 EXTRA_DIST = python
 
 dist_check_SCRIPTS = \
-       run_python_bt2 \
+       run-python-bt2.sh \
+       tap-driver.sh \
        utils.sh
This page took 0.023029 seconds and 4 git commands to generate.