]> git.sesse.net Git - bcachefs-tools-debian/commit
Initial version of bcachefs tests.
authorJustin Husted <sigstop@gmail.com>
Sun, 3 Nov 2019 07:35:03 +0000 (00:35 -0700)
committerKent Overstreet <kent.overstreet@gmail.com>
Mon, 4 Nov 2019 04:17:43 +0000 (23:17 -0500)
commit61bc316a4da4831d8812eb5051732cca27652d8d
tree3a7309c6010e5b918839319e7fc8140b2968687e
parentd79d57ef89000f857158875055b977dbc54354da
Initial version of bcachefs tests.

So far, these tests just test basic format, fsck, and list functions
under valgrind, as well as a few self-validation tests.

Signed-off-by: Justin Husted <sigstop@gmail.com>
Makefile
tests/test_basic.py [new file with mode: 0644]
tests/test_fixture.py [new file with mode: 0644]
tests/test_helper.c [new file with mode: 0644]
tests/test_helper_trick.c [new file with mode: 0644]
tests/util.py [new file with mode: 0644]