tests/utils/utils.sh: run_python_bt2(): remove unneeded env. var.
[babeltrace.git] / tests / utils / Makefile.am
index feae65a58ada4ea328b6c846a3798168e7ace37b..63ad1087ec53e3b981a72d8a0c718471d7cb5b8b 100644 (file)
@@ -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
This page took 0.023972 seconds and 4 git commands to generate.