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