X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Futils%2FMakefile.am;h=63ad1087ec53e3b981a72d8a0c718471d7cb5b8b;hb=05ffcfc00a277854c379deec649385603bbc63e7;hp=c23292e23d3aaa8e0e7e1149f2c46808fd294ada;hpb=7bb90dd0a5fb8b11ca6e4a7086c66623378fccea;p=babeltrace.git diff --git a/tests/utils/Makefile.am b/tests/utils/Makefile.am index c23292e2..63ad1087 100644 --- a/tests/utils/Makefile.am +++ b/tests/utils/Makefile.am @@ -1,3 +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