tests: trigger action firing policy
[lttng-tools.git] / tests / regression / Makefile.am
CommitLineData
9d16b343
MJ
1# SPDX-License-Identifier: GPL-2.0-only
2
f134f717 3SUBDIRS = tools kernel ust
9ac429ef 4
bce066c4
JR
5LOG_DRIVER_FLAGS = --merge --post-script $(top_srcdir)/tests/utils/warn_processes.sh
6LOG_DRIVER = env PGREP='$(PGREP)' AM_TAP_AWK='$(AWK)' $(SHELL) \
a36b26b4
MJ
7 $(top_srcdir)/config/tap-driver.sh
8
6ac56bb9
JR
9TESTS = tools/base-path/test_ust \
10 tools/filtering/test_invalid_filter \
a36b26b4
MJ
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 \
34ce800b 25 tools/save-load/test_autoload \
a36b26b4
MJ
26 tools/mi/test_mi \
27 tools/wildcard/test_event_wildcard \
28 tools/crash/test_crash \
54cd6107 29 tools/regen-metadata/test_ust \
434f8068 30 tools/regen-statedump/test_ust \
069fc1c5
FD
31 tools/notification/test_notification_ust_error \
32 tools/notification/test_notification_ust_buffer_usage \
26e2f47b 33 tools/notification/test_notification_ust_capture \
3e4ee3b3 34 tools/notification/test_notification_ust_event_rule_condition_exclusion \
069fc1c5
FD
35 tools/notification/test_notification_kernel_error \
36 tools/notification/test_notification_kernel_buffer_usage \
26e2f47b 37 tools/notification/test_notification_kernel_capture \
51704c8e 38 tools/notification/test_notification_kernel_instrumentation \
aab0598f 39 tools/notification/test_notification_kernel_syscall \
38eb8a68 40 tools/notification/test_notification_notifier_discarded_count \
45294d8a 41 tools/notification/test_notification_kernel_userspace_probe \
31188671
JG
42 tools/notification/test_notification_multi_app \
43 tools/rotation/test_ust \
44 tools/rotation/test_kernel \
ed9f1fb2 45 tools/rotation/test_save_load_mi \
01654d69 46 tools/rotation/test_schedule_api \
f3630ec4 47 tools/metadata/test_kernel \
c28fcefd 48 tools/working-directory/test_relayd_working_directory \
c28fcefd 49 tools/clear/test_ust \
5b64a0d0 50 tools/clear/test_kernel \
b4b7369f 51 tools/tracker/test_event_tracker \
6ba31891 52 tools/trigger/start-stop/test_start_stop \
0de2479d 53 tools/trigger/test_add_trigger_cli \
b61776fb
SM
54 tools/trigger/test_list_triggers_cli \
55 tools/trigger/test_remove_trigger_cli
a36b26b4 56
9ac429ef
CB
57if HAVE_LIBLTTNG_UST_CTL
58SUBDIRS += ust
a36b26b4
MJ
59TESTS += 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 \
7cd988f0 70 ust/test_event_tracef \
de7e372e 71 ust/test_event_perf \
3f7f208a 72 ust/blocking/test_blocking \
34ce800b 73 ust/multi-lib/test_multi_lib \
01654d69 74 ust/rotation-destroy-flush/test_rotation_destroy_flush \
a9115ebf 75 tools/metadata/test_ust \
6ffce1f5
JR
76 tools/relayd-grouping/test_ust \
77 tools/trigger/firing-policy/test_ust_firing_policy
28b3dc1e
MJ
78
79if IS_LINUX
80TESTS += \
81 ust/namespaces/test_ns_contexts \
82 ust/namespaces/test_ns_contexts_change
83endif # IS_LINUX
9ac429ef
CB
84endif # HAVE_LIBLTTNG_UST_CTL
85
a36b26b4
MJ
86if PYTHON_BINDING
87TESTS += 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
95endif
This page took 0.044677 seconds and 4 git commands to generate.