Add facilities to test CLI and plugin regressions with expectation files
[babeltrace.git] / tests / plugins / src.ctf.fs / succeed / Makefile.am
CommitLineData
e30aed9e
PP
1dist_check_SCRIPTS = test_succeed
2
3# Expectation files
4EXTRA_DIST = \
5 trace-smalltrace.expect \
6 trace-simple.expect
7
8# CTF trace generators
9GEN_TRACE_LDADD = $(top_builddir)/src/ctf-writer/libbabeltrace2-ctf-writer.la
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.022977 seconds and 4 git commands to generate.