X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=tests%2Futils%2FMakefile.am;h=acfbfec5049f4a510bd22b3e86672a96f08a7da6;hp=d010e2b00f8088b76eb3d6e32ee651572dcb4eac;hb=0235b0db7de5bcacdb3650c92461f2ce5eb2143d;hpb=550b7a4e67a46d1de6b3e83b010b6d38b1c5e7d4 diff --git a/tests/utils/Makefile.am b/tests/utils/Makefile.am index d010e2b0..acfbfec5 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 @@ -5,3 +7,8 @@ libtestcommon_la_SOURCES = common.c common.h # Directories added to EXTRA_DIST will be recursively copied to the distribution. EXTRA_DIST = python + +dist_check_SCRIPTS = \ + run_python_bt2 \ + tap-driver.sh \ + utils.sh