X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Fnotification%2FMakefile.am;h=84acf3d3dd1622c5e889af564e937c72f8fdb49a;hb=26e2f47b20625f4d31a8a3632720bb312fd98c27;hp=3aca442f2235db9adb9f90f4e46e0aa4048eeba3;hpb=943061bdffe3186f34912de959d1d37147914d6c;p=lttng-tools.git diff --git a/tests/regression/tools/notification/Makefile.am b/tests/regression/tools/notification/Makefile.am index 3aca442f2..84acf3d3d 100644 --- a/tests/regression/tools/notification/Makefile.am +++ b/tests/regression/tools/notification/Makefile.am @@ -15,12 +15,14 @@ EXTRA_DIST = \ consumer_testpoints.c \ notification.c \ test_notification_kernel_buffer_usage \ + test_notification_kernel_capture \ test_notification_kernel_error \ test_notification_kernel_instrumentation \ test_notification_kernel_syscall \ test_notification_kernel_userspace_probe \ test_notification_multi_app \ test_notification_ust_buffer_usage \ + test_notification_ust_capture \ test_notification_ust_error \ test_notification_ust_event_rule_condition_exclusion \ util_event_generator.sh @@ -64,12 +66,14 @@ noinst_SCRIPTS = \ EXTRA_DIST = \ test_notification_kernel_buffer_usage \ + test_notification_kernel_capture \ test_notification_kernel_error \ test_notification_kernel_instrumentation \ test_notification_kernel_syscall \ test_notification_kernel_userspace_probe \ test_notification_multi_app \ test_notification_ust_buffer_usage \ + test_notification_ust_capture \ test_notification_ust_error \ test_notification_ust_event_rule_condition_exclusion \ test_rotation \