Fix: bt_ctfser_write_float64(): use `double` in union, not `float`
[babeltrace.git] / tests / plugins / sink.ctf.fs / succeed / Makefile.am
1 dist_check_SCRIPTS = test_succeed
2
3 # CTF trace generators
4 GEN_TRACE_LDADD = $(top_builddir)/src/ctf-writer/libbabeltrace2-ctf-writer.la
5
6 gen_trace_float_SOURCES = gen-trace-float.c
7 gen_trace_float_LDADD = $(GEN_TRACE_LDADD)
8 gen_trace_double_SOURCES = gen-trace-double.c
9 gen_trace_double_LDADD = $(GEN_TRACE_LDADD)
10
11 noinst_PROGRAMS = \
12 gen-trace-float \
13 gen-trace-double
This page took 0.028897 seconds and 4 git commands to generate.