X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Fust%2FMakefile.am;h=5af414966d80fc5cf07583f95c43519e74a1f568;hb=cc22de985fbd6c192a021063fc3be165dd6fa5c0;hp=01404f7dcad1011f87a5464c4d096eb6adf63f9d;hpb=d4f53cc3de1217c965c2285709b784ff66a8033c;p=lttng-tools.git diff --git a/tests/regression/ust/Makefile.am b/tests/regression/ust/Makefile.am index 01404f7dc..5af414966 100644 --- a/tests/regression/ust/Makefile.am +++ b/tests/regression/ust/Makefile.am @@ -1,10 +1,41 @@ +# 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 java-log4j python-logging \ - getcpu-override clock-override baddr-statedump +SUBDIRS = \ + before-after \ + blocking \ + buffers-pid \ + clock-override \ + daemon \ + exit-fast \ + fork \ + getcpu-override \ + high-throughput \ + java-jul \ + java-log4j \ + java-log4j2 \ + libc-wrapper \ + linking \ + low-throughput \ + multi-lib \ + multi-session \ + namespaces \ + nprocesses \ + overlap \ + periodical-metadata-flush \ + rotation-destroy-flush \ + type-declarations + +if HAVE_OBJCOPY +SUBDIRS += \ + baddr-statedump \ + ust-dl +endif -EXTRA_DIST = test_event_basic test_event_tracef test_event_perf +EXTRA_DIST = \ + test_event_basic \ + test_event_perf \ + test_event_tracef all-local: @if [ x"$(srcdir)" != x"$(builddir)" ]; then \