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