tests: normalize names of files and more
[babeltrace.git] / tests / ctf-writer / Makefile.am
CommitLineData
0235b0db
MJ
1# SPDX-License-Identifier: MIT
2
331731aa
MJ
3AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
4
7132b838 5noinst_PROGRAMS = ctf-writer
331731aa 6
7132b838 7ctf_writer_SOURCES = ctf-writer.c
331731aa
MJ
8ctf_writer_LDADD = \
9 $(top_builddir)/tests/utils/tap/libtap.la \
10 $(top_builddir)/tests/utils/libtestcommon.la \
3b3873c8
SM
11 $(top_builddir)/src/ctf-writer/libbabeltrace2-ctf-writer.la \
12 $(top_builddir)/src/common/libbabeltrace2-common.la \
86ef6105 13 $(top_builddir)/src/logging/liblogging.la
3b3873c8 14
644e0364 15
7132b838 16dist_check_SCRIPTS = test-ctf-writer.sh
This page took 0.052609 seconds and 4 git commands to generate.