From 09a783a8f1f1e17fb7297a7e7c6f9d1bd8ff9b63 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Tue, 3 Apr 2018 19:09:40 -0400 Subject: [PATCH] Tests: fix oot and dist for rotation tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonathan Rajotte Signed-off-by: Jérémie Galarneau --- configure.ac | 1 + tests/regression/tools/Makefile.am | 2 +- tests/regression/tools/rotation/Makefile.am | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 00ffd680b..6112fbba9 100644 --- a/configure.ac +++ b/configure.ac @@ -1086,6 +1086,7 @@ AC_CONFIG_FILES([ tests/regression/tools/regen-metadata/Makefile tests/regression/tools/regen-statedump/Makefile tests/regression/tools/notification/Makefile + tests/regression/tools/rotation/Makefile tests/regression/ust/Makefile tests/regression/ust/nprocesses/Makefile tests/regression/ust/high-throughput/Makefile diff --git a/tests/regression/tools/Makefile.am b/tests/regression/tools/Makefile.am index fcbf90af2..dea993886 100644 --- a/tests/regression/tools/Makefile.am +++ b/tests/regression/tools/Makefile.am @@ -1,2 +1,2 @@ SUBDIRS = streaming filtering health tracefile-limits snapshots live exclusion save-load mi \ - wildcard crash regen-metadata regen-statedump notification + wildcard crash regen-metadata regen-statedump notification rotation diff --git a/tests/regression/tools/rotation/Makefile.am b/tests/regression/tools/rotation/Makefile.am index 05a88fd11..2fbb54e04 100644 --- a/tests/regression/tools/rotation/Makefile.am +++ b/tests/regression/tools/rotation/Makefile.am @@ -1,5 +1,5 @@ -noinst_SCRIPTS = test_kernel test_ust test_save_load_mi -EXTRA_DIST = test_kernel test_ust test_save_load_mi +noinst_SCRIPTS = test_kernel test_ust test_save_load_mi rotate_utils.sh +EXTRA_DIST = test_kernel test_ust test_save_load_mi rotate_utils.sh all-local: @if [ x"$(srcdir)" != x"$(builddir)" ]; then \ -- 2.34.1