Adapt tests to TRACEPOINT_INCLUDE
[lttng-ust.git] / tests / demo / ust_tests_demo.h
index ca636b94b2ced71e541e0269d1363d5c17ad49e7..b27d5399a684b9e48780b5743b51d4529b33233e 100644 (file)
@@ -60,8 +60,8 @@ TRACEPOINT_MODEL_EMF_URI(ust_tests_demo, done,
 
 #endif /* _TRACEPOINT_UST_TESTS_DEMO_H */
 
-#undef TRACEPOINT_INCLUDE_FILE
-#define TRACEPOINT_INCLUDE_FILE ./ust_tests_demo.h
+#undef TRACEPOINT_INCLUDE
+#define TRACEPOINT_INCLUDE "./ust_tests_demo.h"
 
 /* This part must be outside ifdef protection */
 #include <lttng/tracepoint-event.h>
This page took 0.022757 seconds and 4 git commands to generate.