cpp-common/bt2c/fmt.hpp: use `wise_enum::string_type` in `EnableIfIsWiseEnum` definition
[babeltrace.git] / tests / ctf-writer / Makefile.am
1 # SPDX-License-Identifier: MIT
2
3 AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
4
5 noinst_PROGRAMS = ctf-writer
6
7 ctf_writer_SOURCES = ctf-writer.c
8 ctf_writer_LDADD = \
9 $(top_builddir)/tests/utils/tap/libtap.la \
10 $(top_builddir)/tests/utils/libtestcommon.la \
11 $(top_builddir)/src/ctf-writer/libbabeltrace2-ctf-writer.la \
12 $(top_builddir)/src/common/libcommon.la \
13 $(top_builddir)/src/logging/liblogging.la
14
15
16 dist_check_SCRIPTS = test-ctf-writer.sh
This page took 0.02998 seconds and 4 git commands to generate.