lib: mark bt_common_assert_failed as hidden
[babeltrace.git] / tests / plugins / sink.ctf.fs / succeed / Makefile.am
CommitLineData
e19f607d
PP
1dist_check_SCRIPTS = test_succeed
2
3# CTF trace generators
83ab55b8
SM
4GEN_TRACE_LDADD = \
5 $(top_builddir)/src/ctf-writer/libbabeltrace2-ctf-writer.la \
6 $(top_builddir)/src/common/libbabeltrace2-common.la \
7 $(top_builddir)/src/logging/libbabeltrace2-logging.la
e19f607d
PP
8
9gen_trace_float_SOURCES = gen-trace-float.c
10gen_trace_float_LDADD = $(GEN_TRACE_LDADD)
11gen_trace_double_SOURCES = gen-trace-double.c
12gen_trace_double_LDADD = $(GEN_TRACE_LDADD)
13
14noinst_PROGRAMS = \
15 gen-trace-float \
16 gen-trace-double
This page took 0.033059 seconds and 4 git commands to generate.