Tests: Preemptively fail infinite blocking tests when low on disk space
[lttng-tools.git] / tests / regression / ust / Makefile.am
index c7583a07894c8e02221de06ab7d69c0d44d8ae07..312afb0ecb23077522a2362dd73a952f1108b1bc 100644 (file)
@@ -1,9 +1,17 @@
+# SPDX-License-Identifier: GPL-2.0-only
+
 if HAVE_LIBLTTNG_UST_CTL
 SUBDIRS = nprocesses high-throughput low-throughput before-after multi-session \
                overlap buffers-pid linking daemon exit-fast fork libc-wrapper \
-               periodical-metadata-flush java-jul
+               periodical-metadata-flush java-jul java-log4j java-log4j2 python-logging \
+               getcpu-override clock-override type-declarations \
+               rotation-destroy-flush blocking multi-lib namespaces
+
+if HAVE_OBJCOPY
+SUBDIRS += baddr-statedump ust-dl
+endif
 
-EXTRA_DIST = test_event_basic test_event_wildcard test_event_tracef test_event_perf
+EXTRA_DIST = test_event_basic test_event_tracef test_event_perf
 
 all-local:
        @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
This page took 0.030576 seconds and 4 git commands to generate.