btrfs-progs: Add some simple end-to-end tests for btrfs-convert
authorAdam Buchbinder <abuchbinder@google.com>
Wed, 21 May 2014 17:20:27 +0000 (10:20 -0700)
committerDavid Sterba <dsterba@suse.cz>
Fri, 22 Aug 2014 12:39:35 +0000 (14:39 +0200)
commit2100836188672d64adf0def8975dceea710ce51c
tree0dba4504e81933c0348cb347eaea913afa2a6a83
parent700c3ca9b1312c19ed5c657da3137a6b6f6fa63c
btrfs-progs: Add some simple end-to-end tests for btrfs-convert

These use the system's mke2fs, and don't require loop devices
or root privileges.

They don't pick up anything with the default flags right now,
but they do pick up some sanitizer issues when the tools are
compiled with any of -fsanitize={address,memory,thread}.

Signed-off-by: Adam Buchbinder <abuchbinder@google.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
Makefile
tests/convert-tests.sh [new file with mode: 0644]