tests: trigger action firing policy
[lttng-tools.git] / tests / regression / Makefile.am
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 SUBDIRS = tools kernel ust
4
5 LOG_DRIVER_FLAGS = --merge --post-script $(top_srcdir)/tests/utils/warn_processes.sh
6 LOG_DRIVER = env PGREP='$(PGREP)' AM_TAP_AWK='$(AWK)' $(SHELL) \
7 $(top_srcdir)/config/tap-driver.sh
8
9 TESTS = tools/base-path/test_ust \
10 tools/filtering/test_invalid_filter \
11 tools/filtering/test_unsupported_op \
12 tools/filtering/test_valid_filter \
13 tools/streaming/test_ust \
14 tools/health/test_thread_ok \
15 tools/live/test_ust \
16 tools/live/test_ust_tracefile_count \
17 tools/live/test_lttng_ust \
18 tools/tracefile-limits/test_tracefile_count \
19 tools/tracefile-limits/test_tracefile_size \
20 tools/exclusion/test_exclusion \
21 tools/snapshots/test_ust_fast \
22 tools/snapshots/test_ust_streaming \
23 tools/save-load/test_save \
24 tools/save-load/test_load \
25 tools/save-load/test_autoload \
26 tools/mi/test_mi \
27 tools/wildcard/test_event_wildcard \
28 tools/crash/test_crash \
29 tools/regen-metadata/test_ust \
30 tools/regen-statedump/test_ust \
31 tools/notification/test_notification_ust_error \
32 tools/notification/test_notification_ust_buffer_usage \
33 tools/notification/test_notification_ust_capture \
34 tools/notification/test_notification_ust_event_rule_condition_exclusion \
35 tools/notification/test_notification_kernel_error \
36 tools/notification/test_notification_kernel_buffer_usage \
37 tools/notification/test_notification_kernel_capture \
38 tools/notification/test_notification_kernel_instrumentation \
39 tools/notification/test_notification_kernel_syscall \
40 tools/notification/test_notification_notifier_discarded_count \
41 tools/notification/test_notification_kernel_userspace_probe \
42 tools/notification/test_notification_multi_app \
43 tools/rotation/test_ust \
44 tools/rotation/test_kernel \
45 tools/rotation/test_save_load_mi \
46 tools/rotation/test_schedule_api \
47 tools/metadata/test_kernel \
48 tools/working-directory/test_relayd_working_directory \
49 tools/clear/test_ust \
50 tools/clear/test_kernel \
51 tools/tracker/test_event_tracker \
52 tools/trigger/start-stop/test_start_stop \
53 tools/trigger/test_add_trigger_cli \
54 tools/trigger/test_list_triggers_cli \
55 tools/trigger/test_remove_trigger_cli
56
57 if HAVE_LIBLTTNG_UST_CTL
58 SUBDIRS += ust
59 TESTS += ust/before-after/test_before_after \
60 ust/buffers-pid/test_buffers_pid \
61 ust/multi-session/test_multi_session \
62 ust/nprocesses/test_nprocesses \
63 ust/overlap/test_overlap \
64 ust/java-jul/test_java_jul \
65 ust/java-log4j/test_java_log4j \
66 ust/python-logging/test_python_logging \
67 ust/getcpu-override/test_getcpu_override \
68 ust/clock-override/test_clock_override \
69 ust/test_event_basic \
70 ust/test_event_tracef \
71 ust/test_event_perf \
72 ust/blocking/test_blocking \
73 ust/multi-lib/test_multi_lib \
74 ust/rotation-destroy-flush/test_rotation_destroy_flush \
75 tools/metadata/test_ust \
76 tools/relayd-grouping/test_ust \
77 tools/trigger/firing-policy/test_ust_firing_policy
78
79 if IS_LINUX
80 TESTS += \
81 ust/namespaces/test_ns_contexts \
82 ust/namespaces/test_ns_contexts_change
83 endif # IS_LINUX
84 endif # HAVE_LIBLTTNG_UST_CTL
85
86 if PYTHON_BINDING
87 TESTS += ust/linking/test_linking \
88 ust/daemon/test_daemon \
89 ust/exit-fast/test_exit-fast \
90 ust/fork/test_fork \
91 ust/libc-wrapper/test_libc-wrapper \
92 ust/baddr-statedump/test_baddr-statedump \
93 ust/ust-dl/test_ust-dl \
94 ust/type-declarations/test_type_declarations
95 endif
This page took 0.030759 seconds and 4 git commands to generate.