Add bt_graph_add_component(), make bt_component_create() internal
[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
6ca1931c
PP
12
13LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/config/tap-driver.sh
14LOG_DRIVER_FLAGS='--merge'
15
16TESTS = test-utils-muxer
This page took 0.025205 seconds and 4 git commands to generate.