Tests: use TRACEPOINT_INCLUDE
[lttng-tools.git] / tests / regression / ust / high-throughput / tp.h
index a5be1f779ca3da86e29f5660e97523f1f8937f58..9c74d8c0aabf856b794d94e4fbf145fb90af11bd 100644 (file)
@@ -34,8 +34,8 @@ TRACEPOINT_EVENT(tp, tptest,
 
 #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.023182 seconds and 4 git commands to generate.