Complete change of the source directory tree
[lttng-tools.git] / tests / test_ust_data_trace.c
index 4e4b29b32852ad7a571caa9ee6e212f19c6f67e1..e4d42b40ab3b148a78a66d9352436979fbfd870f 100644 (file)
 #include <unistd.h>
 #include <time.h>
 
-#include "lttng/lttng.h"
-#include "lttng-sessiond/lttng-ust-abi.h"
-#include "lttng-share.h"
-#include "lttng-sessiond/trace-ust.h"
+#include <lttng/lttng.h>
+#include <bin/lttng-sessiond/lttng-ust-abi.h>
+#include <common/lttng-share.h>
+#include <bin/lttng-sessiond/trace-ust.h>
+
 #include "utils.h"
 
 /* This path will NEVER be created in this test */
@@ -176,7 +177,7 @@ static void create_ust_context(void)
        PRINT_OK();
 
        printf("Validating UST context: ");
-       assert(ctx.ctx == uctx->ctx.ctx);
+       assert((int) ctx.ctx == (int)uctx->ctx.ctx);
        PRINT_OK();
 }
 
This page took 0.0231 seconds and 4 git commands to generate.