From: Jonathan Rajotte Date: Tue, 3 Apr 2018 23:09:40 +0000 (-0400) Subject: Tests: fix oot and dist for rotation tests X-Git-Tag: v2.11.0-rc1~288 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=09a783a8f1f1e17fb7297a7e7c6f9d1bd8ff9b63 Tests: fix oot and dist for rotation tests Signed-off-by: Jonathan Rajotte Signed-off-by: Jérémie Galarneau --- 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 \