Add facilities to test CLI and plugin regressions with expectation files
[babeltrace.git] / tests / plugins / src.ctf.fs / succeed / Makefile.am
1 dist_check_SCRIPTS = test_succeed
2
3 # Expectation files
4 EXTRA_DIST = \
5 trace-smalltrace.expect \
6 trace-simple.expect
7
8 # CTF trace generators
9 GEN_TRACE_LDADD = $(top_builddir)/src/ctf-writer/libbabeltrace2-ctf-writer.la
10
11 gen_trace_simple_SOURCES = gen-trace-simple.c
12 gen_trace_simple_LDADD = $(GEN_TRACE_LDADD)
13
14 noinst_PROGRAMS = \
15 gen-trace-simple
This page took 0.030834 seconds and 5 git commands to generate.