From 31188671300711747ab6bece5725cf0441f51117 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Tue, 3 Apr 2018 12:01:33 -0400 Subject: [PATCH] Tests: add rotation tests to the "check" target MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- tests/regression/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/regression/Makefile.am b/tests/regression/Makefile.am index 0f547a64d..7f146d48e 100644 --- a/tests/regression/Makefile.am +++ b/tests/regression/Makefile.am @@ -26,7 +26,10 @@ TESTS = tools/filtering/test_invalid_filter \ tools/regen-statedump/test_ust \ tools/notification/test_notification_ust \ tools/notification/test_notification_kernel \ - tools/notification/test_notification_multi_app + tools/notification/test_notification_multi_app \ + tools/rotation/test_ust \ + tools/rotation/test_kernel \ + tools/rotation/test_save_load_mi if HAVE_LIBLTTNG_UST_CTL SUBDIRS += ust -- 2.34.1