X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Funit%2Ftest_ust_data.c;h=236f507bb0033b8933749d19ee8a4892754ce79a;hp=d81169572d0f6cd85a6f36836635382cf7f6fe8e;hb=1cda50f219bf032d70878467ace8caabc2ef320a;hpb=719155c2bed581d85290537fd95bafc787229dbc diff --git a/tests/unit/test_ust_data.c b/tests/unit/test_ust_data.c index d81169572..236f507bb 100644 --- a/tests/unit/test_ust_data.c +++ b/tests/unit/test_ust_data.c @@ -38,7 +38,7 @@ #define RANDOM_STRING_LEN 11 /* Number of TAP tests in this file */ -#define NUM_TESTS 15 +#define NUM_TESTS 16 /* For error.h */ int lttng_opt_quiet = 1; @@ -188,6 +188,8 @@ static void test_create_ust_event_exclusion(void) PERROR("zmalloc"); } + ok(exclusion != NULL, "Create UST exclusion"); + exclusion->count = exclusion_count; strncpy(LTTNG_EVENT_EXCLUSION_NAME_AT(exclusion, 0), get_random_string(), LTTNG_SYMBOL_NAME_LEN);