X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fregression%2FMakefile.am;h=5a2cec37103dd53966759fc625342098d52ce2f9;hb=24cfac94e15895ca56dc4cfb56645bc88c996afe;hp=7752404056e322cd97ec2f9c899956d8f4199f69;hpb=50831cd370e7b29a51792d2b74ee001d8d7a1575;p=lttng-tools.git diff --git a/tests/regression/Makefile.am b/tests/regression/Makefile.am index 775240405..5a2cec371 100644 --- a/tests/regression/Makefile.am +++ b/tests/regression/Makefile.am @@ -4,7 +4,8 @@ LOG_DRIVER_FLAGS = --merge --post-script $(top_srcdir)/tests/utils/warn_processe LOG_DRIVER = env PGREP='$(PGREP)' AM_TAP_AWK='$(AWK)' $(SHELL) \ $(top_srcdir)/config/tap-driver.sh -TESTS = tools/filtering/test_invalid_filter \ +TESTS = tools/base-path/test_ust \ + tools/filtering/test_invalid_filter \ tools/filtering/test_unsupported_op \ tools/filtering/test_valid_filter \ tools/streaming/test_ust \ @@ -31,7 +32,8 @@ TESTS = tools/filtering/test_invalid_filter \ tools/rotation/test_ust \ tools/rotation/test_kernel \ tools/rotation/test_save_load_mi \ - tools/rotation/test_schedule_api + tools/rotation/test_schedule_api \ + tools/metadata/test_kernel if HAVE_LIBLTTNG_UST_CTL SUBDIRS += ust @@ -50,7 +52,8 @@ TESTS += ust/before-after/test_before_after \ ust/test_event_perf \ ust/blocking/test_blocking \ ust/multi-lib/test_multi_lib \ - ust/rotation-destroy-flush/test_rotation_destroy_flush + ust/rotation-destroy-flush/test_rotation_destroy_flush \ + tools/metadata/test_ust endif # HAVE_LIBLTTNG_UST_CTL if PYTHON_BINDING