Test: add UST baddr statedump test
[lttng-tools.git] / tests / regression / ust / baddr-statedump / prog.c
diff --git a/tests/regression/ust/baddr-statedump/prog.c b/tests/regression/ust/baddr-statedump/prog.c
new file mode 100644 (file)
index 0000000..25c8957
--- /dev/null
@@ -0,0 +1,10 @@
+#include <unistd.h>
+
+#define TRACEPOINT_DEFINE
+#include "tp.h"
+
+int main()
+{
+       sleep(1);
+       return 0;
+}
This page took 0.024381 seconds and 4 git commands to generate.