Fix REUSE licensing/copyright issues in `tests/utils`
[babeltrace.git] / tests / utils / Makefile.am
index d010e2b00f8088b76eb3d6e32ee651572dcb4eac..63ad1087ec53e3b981a72d8a0c718471d7cb5b8b 100644 (file)
@@ -1,3 +1,6 @@
+# SPDX-FileCopyrightText: 2013-2023 EfficiOS, Inc.
+# SPDX-License-Identifier: MIT
+
 SUBDIRS = tap
 
 noinst_LTLIBRARIES = libtestcommon.la
@@ -5,3 +8,8 @@ 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.023243 seconds and 4 git commands to generate.