Adapt tests to TRACEPOINT_INCLUDE
[lttng-ust.git] / tests / hello-static-lib / ust_tests_hello.h
index c81bb61443313e9f59379788e397ce6e205d232d..35ea5f5df863d49d32b3eb3e8bf87ec263db872e 100644 (file)
@@ -61,8 +61,8 @@ TRACEPOINT_EVENT(ust_tests_hello, tptest_sighandler,
 
 #endif /* _TRACEPOINT_UST_TESTS_HELLO_H */
 
-#undef TRACEPOINT_INCLUDE_FILE
-#define TRACEPOINT_INCLUDE_FILE ./ust_tests_hello.h
+#undef TRACEPOINT_INCLUDE
+#define TRACEPOINT_INCLUDE "./ust_tests_hello.h"
 
 /* This part must be outside ifdef protection */
 #include <lttng/tracepoint-event.h>
This page took 0.023167 seconds and 4 git commands to generate.