From 12ada03d4b8f55d0febf101ef7a2f8be83a87fc4 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Fri, 27 Jun 2014 10:18:48 -0400 Subject: [PATCH] Fix: add test UST perf to extra dist Signed-off-by: David Goulet --- tests/regression/ust/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/regression/ust/Makefile.am b/tests/regression/ust/Makefile.am index a95a605a7..c7583a078 100644 --- a/tests/regression/ust/Makefile.am +++ b/tests/regression/ust/Makefile.am @@ -3,7 +3,7 @@ SUBDIRS = nprocesses high-throughput low-throughput before-after multi-session \ overlap buffers-pid linking daemon exit-fast fork libc-wrapper \ periodical-metadata-flush java-jul -EXTRA_DIST = test_event_basic test_event_wildcard test_event_tracef +EXTRA_DIST = test_event_basic test_event_wildcard test_event_tracef test_event_perf all-local: @if [ x"$(srcdir)" != x"$(builddir)" ]; then \ -- 2.34.1