X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Futils%2FMakefile.am;h=63ad1087ec53e3b981a72d8a0c718471d7cb5b8b;hb=107915d4888bb0f7bb1c01c17049faf26902225a;hp=feae65a58ada4ea328b6c846a3798168e7ace37b;hpb=61e4df8e47c885a9ffc59a0dfe851f8d17fc7f5d;p=babeltrace.git diff --git a/tests/utils/Makefile.am b/tests/utils/Makefile.am index feae65a5..63ad1087 100644 --- a/tests/utils/Makefile.am +++ b/tests/utils/Makefile.am @@ -1 +1,15 @@ +# SPDX-FileCopyrightText: 2013-2023 EfficiOS, Inc. +# SPDX-License-Identifier: MIT + SUBDIRS = tap + +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