From 152ba2822ce0dc11947169d2fffe6e0a26a02573 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Mon, 4 Jul 2016 17:47:30 -0400 Subject: [PATCH] tests/hello.cxx: add ctf_enum_auto() entries Signed-off-by: Philippe Proulx Signed-off-by: Mathieu Desnoyers --- tests/hello.cxx/ust_tests_hello.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/hello.cxx/ust_tests_hello.h b/tests/hello.cxx/ust_tests_hello.h index b99899dc..ddb83587 100644 --- a/tests/hello.cxx/ust_tests_hello.h +++ b/tests/hello.cxx/ust_tests_hello.h @@ -32,9 +32,10 @@ TRACEPOINT_ENUM(ust_tests_hello, my_enum, TP_ENUM_VALUES( ctf_enum_value("zero", 0) ctf_enum_value("one", 1) - ctf_enum_value("two", 2) + ctf_enum_auto("two") ctf_enum_value("three", 3) ctf_enum_range("ten to twenty", 10, 20) + ctf_enum_auto("21!") ) ) -- 2.34.1