Tests: use TRACEPOINT_INCLUDE
[lttng-tools.git] / tests / regression / tools / filtering / tp.h
index d7ac473b6f7cd9935ff17739c77fd7f16a1e163f..ce2b6d1e9498f24a0f76c4c3a6c643805178cca1 100644 (file)
@@ -40,8 +40,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.023849 seconds and 4 git commands to generate.