From: Jérémie Galarneau Date: Tue, 16 Feb 2021 16:33:48 +0000 (-0500) Subject: Tests: add raw perf test to the test list when building with libpfm support X-Git-Tag: v2.13.0-rc1~319 X-Git-Url: http://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=d08d6077800914262e990b2a4421ea687b792811 Tests: add raw perf test to the test list when building with libpfm support Signed-off-by: Jérémie Galarneau Change-Id: I2541e60d0b4be484d85b0ea0eee3034c2b295114 --- 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