Fix REUSE licensing/copyright issues in `tests/utils`
[babeltrace.git] / tests / utils / Makefile.am
CommitLineData
2b9b078c 1# SPDX-FileCopyrightText: 2013-2023 EfficiOS, Inc.
0235b0db
MJ
2# SPDX-License-Identifier: MIT
3
61e4df8e 4SUBDIRS = tap
550b7a4e
MJ
5
6noinst_LTLIBRARIES = libtestcommon.la
7libtestcommon_la_SOURCES = common.c common.h
8
7bb90dd0
MJ
9# Directories added to EXTRA_DIST will be recursively copied to the distribution.
10EXTRA_DIST = python
644e0364
MJ
11
12dist_check_SCRIPTS = \
7132b838 13 run-python-bt2.sh \
86f2cc9e 14 tap-driver.sh \
644e0364 15 utils.sh
This page took 0.085073 seconds and 4 git commands to generate.