From 225d66e99b83078feca71b72070d4bcc12887fc1 Mon Sep 17 00:00:00 2001 From: Marcos Paulo de Souza Date: Sun, 1 Mar 2020 00:33:43 -0300 Subject: [PATCH] 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 Signed-off-by: Marcos Paulo de Souza Signed-off-by: David Sterba --- Makefile | 2 +- tests/testsuite-files | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b00eafe4..0cd7f0c1 100644 --- a/Makefile +++ b/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 diff --git a/tests/testsuite-files b/tests/testsuite-files index 09df6298..507d35fb 100644 --- a/tests/testsuite-files +++ b/tests/testsuite-files @@ -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