X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Futils%2FMakefile.am;h=63ad1087ec53e3b981a72d8a0c718471d7cb5b8b;hb=04c029a266e22c50c3d84f586d643abd1dd2b5b1;hp=6762febe3882783d738d0864a18b26d14cdea3c8;hpb=b85894a3df84e5a19736e0fa7ea848e56f696c63;p=babeltrace.git diff --git a/tests/utils/Makefile.am b/tests/utils/Makefile.am index 6762febe..63ad1087 100644 --- a/tests/utils/Makefile.am +++ b/tests/utils/Makefile.am @@ -1,15 +1,15 @@ +# SPDX-FileCopyrightText: 2013-2023 EfficiOS, Inc. +# SPDX-License-Identifier: MIT + SUBDIRS = tap -EXTRA_DIST = python/testrunner.py \ - python/tap/adapter.py \ - python/tap/directive.py \ - python/tap/formatter.py \ - python/tap/i18n.py \ - python/tap/__init__.py \ - python/tap/LICENSE \ - python/tap/line.py \ - python/tap/loader.py \ - python/tap/main.py \ - python/tap/parser.py \ - python/tap/rules.py \ - python/tap/runner.py \ - python/tap/tracker.py + +noinst_LTLIBRARIES = libtestcommon.la +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.sh \ + tap-driver.sh \ + utils.sh