From: Jérémie Galarneau Date: Tue, 11 Sep 2018 19:11:39 +0000 (-0400) Subject: Tests: add missing rotation and autoload tests to check target X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=34ce800be710262ce1547a7d5dba5a2376d466c9;ds=sidebyside Tests: add missing rotation and autoload tests to check target Signed-off-by: Jérémie Galarneau --- 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