tests/utils: `run-python-bt2.sh` -> `run-in-py-env.sh`
[babeltrace.git] / tests / utils / Makefile.am
... / ...
CommitLineData
1# SPDX-FileCopyrightText: 2013-2023 EfficiOS, Inc.
2# SPDX-License-Identifier: MIT
3
4SUBDIRS = tap
5
6noinst_LTLIBRARIES = libtestcommon.la
7libtestcommon_la_SOURCES = common.c common.h
8
9# Directories added to EXTRA_DIST will be recursively copied to the distribution.
10EXTRA_DIST = python
11
12dist_check_SCRIPTS = \
13 run-in-py-env.sh \
14 tap-driver.sh \
15 utils.sh
This page took 0.021837 seconds and 4 git commands to generate.