X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Futils%2FMakefile.am;h=4efae05a84e006de693f2dfd966367d4527788ee;hb=5f62b71528d449635292ae3e4470115ae2500f75;hp=4ce62c91664f010610cd61551286b69efb9fb536;hpb=644e036445497ef69ccf946f0700da20a5bae84f;p=babeltrace.git diff --git a/tests/utils/Makefile.am b/tests/utils/Makefile.am index 4ce62c91..4efae05a 100644 --- a/tests/utils/Makefile.am +++ b/tests/utils/Makefile.am @@ -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