From ee8a0efa0465ff2c7920ff30a485552bffbaf6e5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Tue, 3 Apr 2018 18:21:28 -0400 Subject: [PATCH] Tests: add rotation tests scripts to noinst_SCRIPTS and EXTRA_DIST MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- tests/regression/tools/rotation/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/regression/tools/rotation/Makefile.am b/tests/regression/tools/rotation/Makefile.am index 39cda7821..05a88fd11 100644 --- a/tests/regression/tools/rotation/Makefile.am +++ b/tests/regression/tools/rotation/Makefile.am @@ -1,5 +1,5 @@ -noinst_SCRIPTS = test_kernel test_kernel_streaming test_ust_fast test_ust_long ust_test test_ust_streaming -EXTRA_DIST = test_kernel test_kernel_streaming test_ust_fast test_ust_long ust_test test_ust_streaming +noinst_SCRIPTS = test_kernel test_ust test_save_load_mi +EXTRA_DIST = test_kernel test_ust test_save_load_mi all-local: @if [ x"$(srcdir)" != x"$(builddir)" ]; then \ -- 2.34.1