Adapt tests to TRACEPOINT_INCLUDE
[lttng-ust.git] / tests / hello.cxx / ust_tests_hello.h
index 9cd2cce4c490b38123c21f47a71135a1eb28f5d9..e783feca7f1b24763ecb24582a279897c623629d 100644 (file)
@@ -57,8 +57,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.023341 seconds and 4 git commands to generate.