tests: improve debuggability of `cli/test-trace-copy.sh`
[babeltrace.git] / tests / utils / Makefile.am
index 1e97a81c0937016f7e64621c0aacf5a45b7d6db5..e7065be2a4251174a4b005a9c238be5742ed750c 100644 (file)
@@ -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
This page took 0.023479 seconds and 4 git commands to generate.