cpp-common/bt2c/fmt.hpp: use `wise_enum::string_type` in `EnableIfIsWiseEnum` definition
[babeltrace.git] / tests / utils / Makefile.am
1 # SPDX-FileCopyrightText: 2013-2023 EfficiOS, Inc.
2 # SPDX-License-Identifier: MIT
3
4 SUBDIRS = tap
5
6 noinst_LTLIBRARIES = libtestcommon.la
7 libtestcommon_la_SOURCES = common.c common.h
8
9 # Directories added to EXTRA_DIST will be recursively copied to the distribution.
10 EXTRA_DIST = python
11
12 dist_check_SCRIPTS = \
13 run-in-py-env.sh \
14 tap-driver.sh \
15 utils.sh
This page took 0.030853 seconds and 4 git commands to generate.