cpp-common/bt2c/fmt.hpp: use `wise_enum::string_type` in `EnableIfIsWiseEnum` definition
[babeltrace.git] / tests / plugins / src.ctf.fs / succeed / Makefile.am
CommitLineData
0235b0db
MJ
1# SPDX-License-Identifier: MIT
2
7132b838 3dist_check_SCRIPTS = test-succeed.sh
e30aed9e 4
e30aed9e 5# CTF trace generators
3b3873c8
SM
6GEN_TRACE_LDADD = \
7 $(top_builddir)/src/ctf-writer/libbabeltrace2-ctf-writer.la \
ed615696 8 $(top_builddir)/src/common/libcommon.la \
86ef6105 9 $(top_builddir)/src/logging/liblogging.la
e30aed9e
PP
10
11gen_trace_simple_SOURCES = gen-trace-simple.c
12gen_trace_simple_LDADD = $(GEN_TRACE_LDADD)
13
14noinst_PROGRAMS = \
15 gen-trace-simple
This page took 0.069448 seconds and 4 git commands to generate.