Fix: Tests: race condition in test_ns_contexts_change
[lttng-tools.git] / tests / unit / test_kernel_data.c
index 7ed0453af603b689c918866282b38284b3d03fd6..21ec911f20c810d619fe261a58946b614fe28917 100644 (file)
 /* Number of TAP tests in this file */
 #define NUM_TESTS 11
 
-/* For error.h */
-int lttng_opt_quiet = 1;
-int lttng_opt_verbose;
-int lttng_opt_mi;
+#ifdef HAVE_LIBLTTNG_UST_CTL
+#include <lttng/ust-sigbus.h>
+DEFINE_LTTNG_UST_SIGBUS_STATE();
+#endif
 
 static const char alphanum[] =
        "0123456789"
This page took 0.023108 seconds and 4 git commands to generate.