cpp-common/bt2c/fmt.hpp: use `wise_enum::string_type` in `EnableIfIsWiseEnum` definition
[babeltrace.git] / tests / plugins / sink.ctf.fs / succeed / Makefile.am
CommitLineData
0235b0db
MJ
1# SPDX-License-Identifier: MIT
2
7132b838 3dist_check_SCRIPTS = test-succeed.sh
1fba7c7b
PP
4
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
1fba7c7b
PP
10
11gen_trace_float_SOURCES = gen-trace-float.c
12gen_trace_float_LDADD = $(GEN_TRACE_LDADD)
13gen_trace_double_SOURCES = gen-trace-double.c
14gen_trace_double_LDADD = $(GEN_TRACE_LDADD)
15
16noinst_PROGRAMS = \
17 gen-trace-float \
18 gen-trace-double
This page took 0.062614 seconds and 4 git commands to generate.