Add test_event_tracker to the TESTS variable
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 14 Jan 2020 23:55:41 +0000 (18:55 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 14 Jan 2020 23:55:41 +0000 (18:55 -0500)
test_event_tracker is not run on `make check`. Adding it to the
TESTS variable so that it is picked-up by the TAP runner.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Id6dda47ee96e6123b326edb5262e941a41cd591e

tests/regression/Makefile.am

index a2658078528993251162cdd9c1cfbb21c58fe108..1d24a79663bf6d89d47b9a876fd77a3a5e82b3c9 100644 (file)
@@ -36,7 +36,8 @@ TESTS = tools/filtering/test_invalid_filter \
        tools/working-directory/test_relayd_working_directory \
        tools/notification/test_notification_multi_app \
        tools/clear/test_ust \
        tools/working-directory/test_relayd_working_directory \
        tools/notification/test_notification_multi_app \
        tools/clear/test_ust \
-       tools/clear/test_kernel
+       tools/clear/test_kernel \
+       tools/tracker/test_event_tracker
 
 if HAVE_LIBLTTNG_UST_CTL
 SUBDIRS += ust
 
 if HAVE_LIBLTTNG_UST_CTL
 SUBDIRS += ust
This page took 0.026576 seconds and 5 git commands to generate.