Tests: use TRACEPOINT_INCLUDE
[lttng-tools.git] / tests / regression / ust / low-throughput / tp.h
index 3ec3c40c199b0918607a68e8d64a5652e698b0d3..961f2e907c64acb2655200ab6a4655296605f2cb 100644 (file)
@@ -23,8 +23,8 @@ TRACEPOINT_EVENT(tp, slow,
 
 #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.023656 seconds and 4 git commands to generate.