Move to kernel style SPDX license identifiers
[babeltrace.git] / tests / utils / Makefile.am
index d010e2b00f8088b76eb3d6e32ee651572dcb4eac..acfbfec5049f4a510bd22b3e86672a96f08a7da6 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: MIT
+
 SUBDIRS = tap
 
 noinst_LTLIBRARIES = libtestcommon.la
@@ -5,3 +7,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 \
+       tap-driver.sh \
+       utils.sh
This page took 0.02261 seconds and 4 git commands to generate.