X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Futils%2FMakefile.am;h=e7065be2a4251174a4b005a9c238be5742ed750c;hb=bfa3d907d7e1d21d73c63a4b8bcf213aa4ca3d1d;hp=1e97a81c0937016f7e64621c0aacf5a45b7d6db5;hpb=811644b8fe5fb9946972a7ace9df02ed872f448a;p=babeltrace.git diff --git a/tests/utils/Makefile.am b/tests/utils/Makefile.am index 1e97a81c..e7065be2 100644 --- a/tests/utils/Makefile.am +++ b/tests/utils/Makefile.am @@ -1,2 +1,15 @@ +# SPDX-FileCopyrightText: 2013-2023 EfficiOS, Inc. +# SPDX-License-Identifier: MIT + SUBDIRS = tap -EXTRA_DIST = python/testrunner.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-in-py-env.sh \ + tap-driver.sh \ + utils.sh