Whamcloud - gitweb
tst_libext2fs: add new debug program which used for libext2fs unit tests
[tools/e2fsprogs.git] / lib / ext2fs / tst_cmds.ct
diff --git a/lib/ext2fs/tst_cmds.ct b/lib/ext2fs/tst_cmds.ct
new file mode 100644 (file)
index 0000000..45a8594
--- /dev/null
@@ -0,0 +1,6 @@
+command_table libext2fs_cmds;
+
+request do_block_iterate, "block_iterate",
+       block_iterate;
+
+end;