Move to kernel style SPDX license identifiers
[babeltrace.git] / tests / utils / Makefile.am
index 6762febe3882783d738d0864a18b26d14cdea3c8..acfbfec5049f4a510bd22b3e86672a96f08a7da6 100644 (file)
@@ -1,15 +1,14 @@
+# SPDX-License-Identifier: MIT
+
 SUBDIRS = tap
-EXTRA_DIST = python/testrunner.py      \
-       python/tap/adapter.py           \
-       python/tap/directive.py         \
-       python/tap/formatter.py         \
-       python/tap/i18n.py              \
-       python/tap/__init__.py          \
-       python/tap/LICENSE              \
-       python/tap/line.py              \
-       python/tap/loader.py            \
-       python/tap/main.py              \
-       python/tap/parser.py            \
-       python/tap/rules.py             \
-       python/tap/runner.py            \
-       python/tap/tracker.py
+
+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 \
+       tap-driver.sh \
+       utils.sh
This page took 0.024706 seconds and 4 git commands to generate.