summaryrefslogtreecommitdiff
path: root/tests/testsuite-files
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2018-02-08 15:34:04 +0100
committerDavid Sterba <dsterba@suse.com>2018-02-13 15:41:32 +0100
commit04cd2c0bcac7129026c80661933b4ab97d4ab9ca (patch)
tree75b5c7350131ca7b1d8c0cfc9f3b0d0115157449 /tests/testsuite-files
parenteb2fe7d1c476ebfa434ec2cf8afd1b52cce0f28e (diff)
btrfs-progs: rework testsuite export
Move the testsuite to tests/ and make the tarball generation more deterministic. As there could be many random temporary files left in the test directories, we can't just copy them. Use 'git ls-tree' to filter just what we want, this needs a slight extension of the file list specification. Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tests/testsuite-files')
-rw-r--r--tests/testsuite-files22
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/testsuite-files b/tests/testsuite-files
new file mode 100644
index 00000000..d75e2356
--- /dev/null
+++ b/tests/testsuite-files
@@ -0,0 +1,22 @@
+F README.md
+G Documentation/
+F testsuite-id
+F ../fssum
+F ../btrfs-corrupt-block
+F common
+F common.convert
+F common.local
+G tests/cli-tests/
+F cli-tests.sh
+G tests/convert-tests/
+F convert-tests.sh
+G tests/fsck-tests/
+F fsck-tests.sh
+G tests/fuzz-tests/
+F fuzz-tests.sh
+G tests/misc-tests/
+F misc-tests.sh
+G tests/mkfs-tests/
+F mkfs-tests.sh
+F scan-results.sh
+F test-console.sh