tests: Move tap-driver.sh out of the autotools aux directory
[lttng-tools.git] / tests / perf / Makefile.am
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 LOG_DRIVER_FLAGS = --merge --post-script $(top_srcdir)/tests/utils/warn_processes.sh
4 LOG_DRIVER = env PGREP='$(PGREP)' AM_TAP_AWK='$(AWK)' $(SHELL) \
5 $(top_srcdir)/tests/utils/tap-driver.sh
6
7 if LTTNG_TOOLS_BUILD_WITH_LIBPFM
8 LIBS += -lpfm
9
10 TESTS = test_perf_raw
11
12 noinst_PROGRAMS = find_event
13 find_event_SOURCES = find_event.c
14 endif
This page took 0.030824 seconds and 5 git commands to generate.