Tests: use TRACEPOINT_INCLUDE
[lttng-tools.git] / tests / utils / testapp / gen-ust-nevents / tp.h
index 351ce83cc9889ed8dde3f5316d9d890571786828..8b68b374df1ed38adc4e26965ce90808a69f6d2f 100644 (file)
@@ -111,8 +111,8 @@ TRACEPOINT_EVENT(tp, tptest5,
 
 #endif /* _TRACEPOINT_TP_H */
 
-#undef TRACEPOINT_INCLUDE_FILE
-#define TRACEPOINT_INCLUDE_FILE ./tp.h
+#undef TRACEPOINT_INCLUDE
+#define TRACEPOINT_INCLUDE "./tp.h"
 
 /* This part must be outside ifdef protection */
 #include <lttng/tracepoint-event.h>
This page took 0.022744 seconds and 4 git commands to generate.