Move to kernel style SPDX license identifiers
[babeltrace.git] / tests / utils / Makefile.am
... / ...
CommitLineData
1# SPDX-License-Identifier: MIT
2
3SUBDIRS = tap
4
5noinst_LTLIBRARIES = libtestcommon.la
6libtestcommon_la_SOURCES = common.c common.h
7
8# Directories added to EXTRA_DIST will be recursively copied to the distribution.
9EXTRA_DIST = python
10
11dist_check_SCRIPTS = \
12 run_python_bt2 \
13 tap-driver.sh \
14 utils.sh
This page took 0.021815 seconds and 4 git commands to generate.