]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - tools/perf/tests/builtin-test.c
perf tools: Add event_update event unit type
[mirror_ubuntu-bionic-kernel.git] / tools / perf / tests / builtin-test.c
index 6a3519814492f104d4acdee11e91b0f8921c8282..f2b1dcac45d3065d90ef6fb01bdd57694577d809 100644 (file)
@@ -199,6 +199,10 @@ static struct test generic_tests[] = {
                .desc = "Test stat round synthesize",
                .func = test__synthesize_stat_round,
        },
+       {
+               .desc = "Test attr update synthesize",
+               .func = test__event_update,
+       },
        {
                .func = NULL,
        },