X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=tests%2Futils%2FMakefile.am;h=e7065be2a4251174a4b005a9c238be5742ed750c;hb=72ff0d991279c51d053d528e1c011b526c9419f6;hp=feae65a58ada4ea328b6c846a3798168e7ace37b;hpb=ccde9b25397f3e74c60bfbcb9f77008299a44cc9;p=babeltrace.git diff --git a/tests/utils/Makefile.am b/tests/utils/Makefile.am index feae65a5..e7065be2 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-in-py-env.sh \ + tap-driver.sh \ + utils.sh