From d08d6077800914262e990b2a4421ea687b792811 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Tue, 16 Feb 2021 11:33:48 -0500 Subject: [PATCH 1/1] Tests: add raw perf test to the test list when building with libpfm support MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau Change-Id: I2541e60d0b4be484d85b0ea0eee3034c2b295114 --- tests/perf/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/perf/Makefile.am b/tests/perf/Makefile.am index 9bd757cd3..696637d19 100644 --- a/tests/perf/Makefile.am +++ b/tests/perf/Makefile.am @@ -3,6 +3,8 @@ if LTTNG_TOOLS_BUILD_WITH_LIBPFM LIBS += -lpfm +TESTS = test_perf_raw + noinst_PROGRAMS = find_event find_event_SOURCES = find_event.c endif -- 2.34.1