From 34ce800be710262ce1547a7d5dba5a2376d466c9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Tue, 11 Sep 2018 15:11:39 -0400 Subject: [PATCH 1/1] Tests: add missing rotation and autoload tests to 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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/regression/Makefile.am b/tests/regression/Makefile.am index 4d306d42d..775240405 100644 --- a/tests/regression/Makefile.am +++ b/tests/regression/Makefile.am @@ -19,6 +19,7 @@ TESTS = tools/filtering/test_invalid_filter \ tools/snapshots/test_ust_streaming \ tools/save-load/test_save \ tools/save-load/test_load \ + tools/save-load/test_autoload \ tools/mi/test_mi \ tools/wildcard/test_event_wildcard \ tools/crash/test_crash \ @@ -48,7 +49,8 @@ TESTS += ust/before-after/test_before_after \ ust/test_event_tracef \ ust/test_event_perf \ ust/blocking/test_blocking \ - ust/multi-lib/test_multi_lib + ust/multi-lib/test_multi_lib \ + ust/rotation-destroy-flush/test_rotation_destroy_flush endif # HAVE_LIBLTTNG_UST_CTL if PYTHON_BINDING -- 2.34.1