X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Fust%2FMakefile.am;h=dd8186f9a652953aa62fbf88a25a1b4ca56583cf;hb=da1e97c944bb51fa96e89235240bc8bc8b02eeb4;hp=0d11f90883da89d9fa1849fdc6d3fdb0e5eb4275;hpb=0e1155633b00241b8b1e5a9bb683cf91b28f5eeb;p=lttng-tools.git diff --git a/tests/regression/ust/Makefile.am b/tests/regression/ust/Makefile.am index 0d11f9088..dd8186f9a 100644 --- a/tests/regression/ust/Makefile.am +++ b/tests/regression/ust/Makefile.am @@ -1,9 +1,42 @@ +# 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 +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 \ + ust-constructor + +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_perf \ + test_event_tracef all-local: @if [ x"$(srcdir)" != x"$(builddir)" ]; then \