Tests: add missing kernel test cases to make check target
[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) \
202486fa 7 $(top_srcdir)/tests/utils/tap-driver.sh
a36b26b4 8
6ac56bb9 9TESTS = tools/base-path/test_ust \
fbee8987 10 tools/channel/test_channel \
6ac56bb9 11 tools/filtering/test_invalid_filter \
a36b26b4
MJ
12 tools/filtering/test_unsupported_op \
13 tools/filtering/test_valid_filter \
c146266c 14 tools/streaming/test_kernel \
a36b26b4
MJ
15 tools/streaming/test_ust \
16 tools/health/test_thread_ok \
c146266c
FD
17 tools/live/test_kernel \
18 tools/live/test_lttng_kernel \
a36b26b4
MJ
19 tools/live/test_ust \
20 tools/live/test_ust_tracefile_count \
21 tools/live/test_lttng_ust \
22 tools/tracefile-limits/test_tracefile_count \
23 tools/tracefile-limits/test_tracefile_size \
24 tools/exclusion/test_exclusion \
c146266c 25 tools/snapshots/test_kernel \
a36b26b4
MJ
26 tools/snapshots/test_ust_fast \
27 tools/snapshots/test_ust_streaming \
c146266c 28 tools/snapshots/test_kernel_streaming \
a36b26b4
MJ
29 tools/save-load/test_save \
30 tools/save-load/test_load \
34ce800b 31 tools/save-load/test_autoload \
a36b26b4
MJ
32 tools/mi/test_mi \
33 tools/wildcard/test_event_wildcard \
34 tools/crash/test_crash \
c146266c 35 tools/regen-metadata/test_kernel \
54cd6107 36 tools/regen-metadata/test_ust \
c146266c 37 tools/regen-statedump/test_kernel \
434f8068 38 tools/regen-statedump/test_ust \
069fc1c5
FD
39 tools/notification/test_notification_ust_error \
40 tools/notification/test_notification_ust_buffer_usage \
26e2f47b 41 tools/notification/test_notification_ust_capture \
3e4ee3b3 42 tools/notification/test_notification_ust_event_rule_condition_exclusion \
069fc1c5
FD
43 tools/notification/test_notification_kernel_error \
44 tools/notification/test_notification_kernel_buffer_usage \
26e2f47b 45 tools/notification/test_notification_kernel_capture \
51704c8e 46 tools/notification/test_notification_kernel_instrumentation \
aab0598f 47 tools/notification/test_notification_kernel_syscall \
38eb8a68 48 tools/notification/test_notification_notifier_discarded_count \
45294d8a 49 tools/notification/test_notification_kernel_userspace_probe \
31188671
JG
50 tools/notification/test_notification_multi_app \
51 tools/rotation/test_ust \
52 tools/rotation/test_kernel \
ed9f1fb2 53 tools/rotation/test_save_load_mi \
01654d69 54 tools/rotation/test_schedule_api \
f3630ec4 55 tools/metadata/test_kernel \
c28fcefd 56 tools/working-directory/test_relayd_working_directory \
c28fcefd 57 tools/clear/test_ust \
5b64a0d0 58 tools/clear/test_kernel \
b4b7369f 59 tools/tracker/test_event_tracker \
6ba31891 60 tools/trigger/start-stop/test_start_stop \
0de2479d 61 tools/trigger/test_add_trigger_cli \
b61776fb 62 tools/trigger/test_list_triggers_cli \
2d0e6286 63 tools/trigger/test_remove_trigger_cli \
1cc00241
JG
64 tools/trigger/name/test_trigger_name_backwards_compat \
65 tools/trigger/hidden/test_hidden_trigger
a36b26b4 66
9ac429ef
CB
67if HAVE_LIBLTTNG_UST_CTL
68SUBDIRS += ust
a36b26b4
MJ
69TESTS += ust/before-after/test_before_after \
70 ust/buffers-pid/test_buffers_pid \
71 ust/multi-session/test_multi_session \
72 ust/nprocesses/test_nprocesses \
73 ust/overlap/test_overlap \
74 ust/java-jul/test_java_jul \
75 ust/java-log4j/test_java_log4j \
76 ust/python-logging/test_python_logging \
77 ust/getcpu-override/test_getcpu_override \
78 ust/clock-override/test_clock_override \
79 ust/test_event_basic \
7cd988f0 80 ust/test_event_tracef \
de7e372e 81 ust/test_event_perf \
3f7f208a 82 ust/blocking/test_blocking \
34ce800b 83 ust/multi-lib/test_multi_lib \
01654d69 84 ust/rotation-destroy-flush/test_rotation_destroy_flush \
a9115ebf 85 tools/metadata/test_ust \
6ffce1f5 86 tools/relayd-grouping/test_ust \
7f4d5b07 87 tools/trigger/rate-policy/test_ust_rate_policy
28b3dc1e
MJ
88
89if IS_LINUX
90TESTS += \
91 ust/namespaces/test_ns_contexts \
92 ust/namespaces/test_ns_contexts_change
93endif # IS_LINUX
9ac429ef
CB
94endif # HAVE_LIBLTTNG_UST_CTL
95
a36b26b4
MJ
96if PYTHON_BINDING
97TESTS += ust/linking/test_linking \
98 ust/daemon/test_daemon \
99 ust/exit-fast/test_exit-fast \
100 ust/fork/test_fork \
101 ust/libc-wrapper/test_libc-wrapper \
102 ust/baddr-statedump/test_baddr-statedump \
103 ust/ust-dl/test_ust-dl \
104 ust/type-declarations/test_type_declarations
105endif
This page took 0.045709 seconds and 4 git commands to generate.