btrfs-progs: Include btrfs-find-root and btrfs-select-super in testsuite
These two binaries are not usually shipped with the package, but they are used by the testsuite, they need to be included in the exported tar. Reviewed-by: Qu Wenruo <wqu@suse.com> Signed-off-by: Marcos Paulo de Souza <mpdesouza@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
b20f94e984
commit
225d66e99b
2
Makefile
2
Makefile
|
@ -424,7 +424,7 @@ test-inst: all
|
|||
|
||||
test: test-fsck test-mkfs test-misc test-cli test-convert test-fuzz
|
||||
|
||||
testsuite: btrfs-corrupt-block fssum
|
||||
testsuite: btrfs-corrupt-block btrfs-find-root btrfs-select-super fssum
|
||||
@echo "Export tests as a package"
|
||||
$(Q)cd tests && ./export-testsuite.sh
|
||||
|
||||
|
|
|
@ -3,6 +3,8 @@ G Documentation/
|
|||
F testsuite-id
|
||||
F ../fssum
|
||||
F ../btrfs-corrupt-block
|
||||
F ../btrfs-find-root
|
||||
F ../btrfs-select-super
|
||||
F common
|
||||
F common.convert
|
||||
F common.local
|
||||
|
|
Loading…
Reference in New Issue