Add basic utils.muxer tests
[babeltrace.git] / tests / plugins / Makefile.am
CommitLineData
8deeabc6
PP
1AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -I$(top_srcdir)/tests/utils
2
3LIBTAP=$(top_builddir)/tests/utils/tap/libtap.la
4COMMON_TEST_LDADD = $(LIBTAP) $(top_builddir)/lib/libbabeltrace.la
5
6noinst_PROGRAMS = test-utils-muxer
7
8test_utils_muxer_SOURCES = test-utils-muxer.c
9test_utils_muxer_LDADD = $(COMMON_TEST_LDADD)
10
11check_SCRIPTS = test-utils-muxer-complete
This page took 0.022692 seconds and 4 git commands to generate.