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