Add debug helper stub for t/ programs
[fio.git] / t / debug.h
diff --git a/t/debug.h b/t/debug.h
new file mode 100644 (file)
index 0000000..9d1d415
--- /dev/null
+++ b/t/debug.h
@@ -0,0 +1,6 @@
+#ifndef FIO_DEBUG_INC_H
+#define FIO_DEBUG_INC_H
+
+extern void debug_init(void);
+
+#endif